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.8195,-95.7523)};var g_29283a26f60fd8d7ae82d7698a90e53c = new google.maps.Geocoder();g_29283a26f60fd8d7ae82d7698a90e53c.geocode( { 'address': "3020 S Mason Rd, Katy, TX 77450"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-amergy-bank').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-amergy-bank'), mapOptions);}document.getElementById('7aaa806a').innerHTML += ' | View Map';var $l29283a26f60fd8d7ae82d7698a90e53c = '

Amergy Bank

Address: 3020 S Mason Rd, Katy, TX 77450
Phone: (281) 371-2376
';var m_29283a26f60fd8d7ae82d7698a90e53c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amergy Bank',});m_29283a26f60fd8d7ae82d7698a90e53c['infowindow'] = new google.maps.InfoWindow({content: $l29283a26f60fd8d7ae82d7698a90e53c});var infowindow = new google.maps.InfoWindow({content: $l29283a26f60fd8d7ae82d7698a90e53c});google.maps.event.addListener(m_29283a26f60fd8d7ae82d7698a90e53c, 'click', function() {infowindow.open(map,m_29283a26f60fd8d7ae82d7698a90e53c);});$marker.push(m_29283a26f60fd8d7ae82d7698a90e53c);}});}google.maps.event.addDomListener(window, 'load', initialize);