The problem:
Custom Info box does not appear on explorer when a marker is clicked when using google maps API javascript version 3.0 .
The solution:
This issue only happens on explorer and you can sort it out simply removing the opacity filter and the transparency :
#map_canvas div { filter: none !important ; background: transparent !important ; }