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(28.9793,-96.6481)};var g_a976698a613851bca07124d544864077 = new google.maps.Geocoder();g_a976698a613851bca07124d544864077.geocode( { 'address': "301 N Wells St, Edna, TX 77957, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edna-TX-frost-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('edna-TX-frost-bank-atm'), mapOptions);}document.getElementById('db0e5a5d').innerHTML += ' | View Map';var $la976698a613851bca07124d544864077 = '

Frost Bank ATM

Address: 301 N Wells St, Edna, TX 77957, USA
Phone: (800) 513-7678
';var m_a976698a613851bca07124d544864077 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Bank ATM',});m_a976698a613851bca07124d544864077['infowindow'] = new google.maps.InfoWindow({content: $la976698a613851bca07124d544864077});var infowindow = new google.maps.InfoWindow({content: $la976698a613851bca07124d544864077});google.maps.event.addListener(m_a976698a613851bca07124d544864077, 'click', function() {infowindow.open(map,m_a976698a613851bca07124d544864077);});$marker.push(m_a976698a613851bca07124d544864077);}});}google.maps.event.addDomListener(window, 'load', initialize);