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(31.0788,-97.6554)};var g_322c0805c9ec69a76583542b6f820958 = new google.maps.Geocoder();g_322c0805c9ec69a76583542b6f820958.geocode( { 'address': "602 Indian Trail, Harker Heights, TX 76548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harker-heights-TX-extraco-banks--harker-heights--atm').style.display = '';map = new google.maps.Map(document.getElementById('harker-heights-TX-extraco-banks--harker-heights--atm'), mapOptions);}document.getElementById('670e34bf').innerHTML += ' | View Map';var $l322c0805c9ec69a76583542b6f820958 = '

Extraco Banks | Harker Heights | ATM

Address: 602 Indian Trail, Harker Heights, TX 76548, USA
Phone: (866) 398-7226
';var m_322c0805c9ec69a76583542b6f820958 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Extraco Banks | Harker Heights | ATM',});m_322c0805c9ec69a76583542b6f820958['infowindow'] = new google.maps.InfoWindow({content: $l322c0805c9ec69a76583542b6f820958});var infowindow = new google.maps.InfoWindow({content: $l322c0805c9ec69a76583542b6f820958});google.maps.event.addListener(m_322c0805c9ec69a76583542b6f820958, 'click', function() {infowindow.open(map,m_322c0805c9ec69a76583542b6f820958);});$marker.push(m_322c0805c9ec69a76583542b6f820958);}});}google.maps.event.addDomListener(window, 'load', initialize);