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.5381,-95.4832)};var g_cf34645d98a7630e2bcca98b3e29c8f2 = new google.maps.Geocoder();g_cf34645d98a7630e2bcca98b3e29c8f2.geocode( { 'address': "9317 TX-75, New Waverly, TX 77358, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-waverly-TX-frost-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('new-waverly-TX-frost-bank-atm'), mapOptions);}document.getElementById('878c69bb').innerHTML += ' | View Map';var $lcf34645d98a7630e2bcca98b3e29c8f2 = '

Frost Bank ATM

Address: 9317 TX-75, New Waverly, TX 77358, USA
Phone: (800) 513-7678
';var m_cf34645d98a7630e2bcca98b3e29c8f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Bank ATM',});m_cf34645d98a7630e2bcca98b3e29c8f2['infowindow'] = new google.maps.InfoWindow({content: $lcf34645d98a7630e2bcca98b3e29c8f2});var infowindow = new google.maps.InfoWindow({content: $lcf34645d98a7630e2bcca98b3e29c8f2});google.maps.event.addListener(m_cf34645d98a7630e2bcca98b3e29c8f2, 'click', function() {infowindow.open(map,m_cf34645d98a7630e2bcca98b3e29c8f2);});$marker.push(m_cf34645d98a7630e2bcca98b3e29c8f2);}});}google.maps.event.addDomListener(window, 'load', initialize);