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(30.3114,-95.4338)};var g_b87546c7a8c2532d1c07c4399786f5ac = new google.maps.Geocoder();g_b87546c7a8c2532d1c07c4399786f5ac.geocode( { 'address': "3020 Interstate 45 N, Conroe, TX 77303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conroe-TX-amegy-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('conroe-TX-amegy-bank-of-texas'), mapOptions);}document.getElementById('1cf1cca1').innerHTML += ' | View Map';var $lb87546c7a8c2532d1c07c4399786f5ac = '

Amegy Bank Of Texas

Address: 3020 Interstate 45 N, Conroe, TX 77303
Phone: (936) 442-7179
';var m_b87546c7a8c2532d1c07c4399786f5ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amegy Bank Of Texas',});m_b87546c7a8c2532d1c07c4399786f5ac['infowindow'] = new google.maps.InfoWindow({content: $lb87546c7a8c2532d1c07c4399786f5ac});var infowindow = new google.maps.InfoWindow({content: $lb87546c7a8c2532d1c07c4399786f5ac});google.maps.event.addListener(m_b87546c7a8c2532d1c07c4399786f5ac, 'click', function() {infowindow.open(map,m_b87546c7a8c2532d1c07c4399786f5ac);});$marker.push(m_b87546c7a8c2532d1c07c4399786f5ac);}});}google.maps.event.addDomListener(window, 'load', initialize);