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.0978,-96.078)};var g_f335bf480fd91007c3c81a67a1dd4294 = new google.maps.Geocoder();g_f335bf480fd91007c3c81a67a1dd4294.geocode( { 'address': "946 Austin St, Hempstead, TX 77445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hempstead-TX-frost-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('hempstead-TX-frost-bank-atm'), mapOptions);}document.getElementById('2e69ebb8').innerHTML += ' | View Map';var $lf335bf480fd91007c3c81a67a1dd4294 = '

Frost Bank ATM

Address: 946 Austin St, Hempstead, TX 77445, USA
Phone: (800) 513-7678
';var m_f335bf480fd91007c3c81a67a1dd4294 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Bank ATM',});m_f335bf480fd91007c3c81a67a1dd4294['infowindow'] = new google.maps.InfoWindow({content: $lf335bf480fd91007c3c81a67a1dd4294});var infowindow = new google.maps.InfoWindow({content: $lf335bf480fd91007c3c81a67a1dd4294});google.maps.event.addListener(m_f335bf480fd91007c3c81a67a1dd4294, 'click', function() {infowindow.open(map,m_f335bf480fd91007c3c81a67a1dd4294);});$marker.push(m_f335bf480fd91007c3c81a67a1dd4294);}});}google.maps.event.addDomListener(window, 'load', initialize);