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.3589,-98.1382)};var g_574fffa66870afcbcb584bf5a18195ae = new google.maps.Geocoder();g_574fffa66870afcbcb584bf5a18195ae.geocode( { 'address': "14414 US Highway 87 W, La Vernia, TX 78121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-vernia-TX-frost-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('la-vernia-TX-frost-bank-atm'), mapOptions);}document.getElementById('5ae9494c').innerHTML += ' | View Map';var $l574fffa66870afcbcb584bf5a18195ae = '

Frost Bank ATM

Address: 14414 US Highway 87 W, La Vernia, TX 78121, USA
Phone: (800) 513-7678
';var m_574fffa66870afcbcb584bf5a18195ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Bank ATM',});m_574fffa66870afcbcb584bf5a18195ae['infowindow'] = new google.maps.InfoWindow({content: $l574fffa66870afcbcb584bf5a18195ae});var infowindow = new google.maps.InfoWindow({content: $l574fffa66870afcbcb584bf5a18195ae});google.maps.event.addListener(m_574fffa66870afcbcb584bf5a18195ae, 'click', function() {infowindow.open(map,m_574fffa66870afcbcb584bf5a18195ae);});$marker.push(m_574fffa66870afcbcb584bf5a18195ae);}});}google.maps.event.addDomListener(window, 'load', initialize);