var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(29.7204,-95.2221)};var g_e20db7fc7bb182998e2c4d2f2a0a27cd = new google.maps.Geocoder();g_e20db7fc7bb182998e2c4d2f2a0a27cd.geocode( { 'address': "5615 Kirby Dr, Houston, TX 77005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-ibc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-ibc'), mapOptions);}document.getElementById('4ebfedcf').innerHTML += ' | View Map';var $le20db7fc7bb182998e2c4d2f2a0a27cd = '

IBC

Address: 5615 Kirby Dr, Houston, TX 77005
Phone: (713) 526-1211
';var m_e20db7fc7bb182998e2c4d2f2a0a27cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC',});m_e20db7fc7bb182998e2c4d2f2a0a27cd['infowindow'] = new google.maps.InfoWindow({content: $le20db7fc7bb182998e2c4d2f2a0a27cd});var infowindow = new google.maps.InfoWindow({content: $le20db7fc7bb182998e2c4d2f2a0a27cd});google.maps.event.addListener(m_e20db7fc7bb182998e2c4d2f2a0a27cd, 'click', function() {infowindow.open(map,m_e20db7fc7bb182998e2c4d2f2a0a27cd);});$marker.push(m_e20db7fc7bb182998e2c4d2f2a0a27cd);}});}google.maps.event.addDomListener(window, 'load', initialize);