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.1049,-95.2325)};var g_de4d0312514a1d471f10ea909a589a32 = new google.maps.Geocoder();g_de4d0312514a1d471f10ea909a589a32.geocode( { 'address': "23593 Commerce Ave, Porter, TX 77365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('porter-TX-amegy-bank').style.display = '';map = new google.maps.Map(document.getElementById('porter-TX-amegy-bank'), mapOptions);}document.getElementById('8dd7430c').innerHTML += ' | View Map';var $lde4d0312514a1d471f10ea909a589a32 = '

Amegy Bank

Address: 23593 Commerce Ave, Porter, TX 77365, USA
Phone: (713) 232-3810
';var m_de4d0312514a1d471f10ea909a589a32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amegy Bank',});m_de4d0312514a1d471f10ea909a589a32['infowindow'] = new google.maps.InfoWindow({content: $lde4d0312514a1d471f10ea909a589a32});var infowindow = new google.maps.InfoWindow({content: $lde4d0312514a1d471f10ea909a589a32});google.maps.event.addListener(m_de4d0312514a1d471f10ea909a589a32, 'click', function() {infowindow.open(map,m_de4d0312514a1d471f10ea909a589a32);});$marker.push(m_de4d0312514a1d471f10ea909a589a32);}});}google.maps.event.addDomListener(window, 'load', initialize);