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.0752,-97.6579)};var g_5544ebd92c07821f2885bd61d81a1c92 = new google.maps.Geocoder();g_5544ebd92c07821f2885bd61d81a1c92.geocode( { 'address': "439 E Central Texas Expy, Harker Heights, TX 76548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harker-heights-TX-atm-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('harker-heights-TX-atm-us-bank'), mapOptions);}document.getElementById('a4257a76').innerHTML += ' | View Map';var $l5544ebd92c07821f2885bd61d81a1c92 = '

ATM (Us Bank)

Address: 439 E Central Texas Expy, Harker Heights, TX 76548, USA
Phone:
';var m_5544ebd92c07821f2885bd61d81a1c92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Us Bank)',});m_5544ebd92c07821f2885bd61d81a1c92['infowindow'] = new google.maps.InfoWindow({content: $l5544ebd92c07821f2885bd61d81a1c92});var infowindow = new google.maps.InfoWindow({content: $l5544ebd92c07821f2885bd61d81a1c92});google.maps.event.addListener(m_5544ebd92c07821f2885bd61d81a1c92, 'click', function() {infowindow.open(map,m_5544ebd92c07821f2885bd61d81a1c92);});$marker.push(m_5544ebd92c07821f2885bd61d81a1c92);}});}google.maps.event.addDomListener(window, 'load', initialize);