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.7731,-95.7782)};var g_707a5c2de322c63ded4bf2817d43beff = new google.maps.Geocoder();g_707a5c2de322c63ded4bf2817d43beff.geocode( { 'address': "544 West Grand Parkway South, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-ibc-bank').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-ibc-bank'), mapOptions);}document.getElementById('ba274630').innerHTML += ' | View Map';var $l707a5c2de322c63ded4bf2817d43beff = '

IBC Bank

Address: 544 West Grand Parkway South, Katy, TX 77494, USA
Phone: (713) 285-2037
';var m_707a5c2de322c63ded4bf2817d43beff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC Bank',});m_707a5c2de322c63ded4bf2817d43beff['infowindow'] = new google.maps.InfoWindow({content: $l707a5c2de322c63ded4bf2817d43beff});var infowindow = new google.maps.InfoWindow({content: $l707a5c2de322c63ded4bf2817d43beff});google.maps.event.addListener(m_707a5c2de322c63ded4bf2817d43beff, 'click', function() {infowindow.open(map,m_707a5c2de322c63ded4bf2817d43beff);});$marker.push(m_707a5c2de322c63ded4bf2817d43beff);}});}google.maps.event.addDomListener(window, 'load', initialize);