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(32.4572,-99.7056)};var g_ba662e164a309d42867d16592696807f = new google.maps.Geocoder();g_ba662e164a309d42867d16592696807f.geocode( { 'address': "815N Judge Ely American Savings Bank, Abilene, TX 79601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abilene-TX-prosperity-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('abilene-TX-prosperity-bank-atm'), mapOptions);}document.getElementById('1153a277').innerHTML += ' | View Map';var $lba662e164a309d42867d16592696807f = '

Prosperity Bank ATM

Address: 815N Judge Ely American Savings Bank, Abilene, TX 79601, USA
Phone: (800) 627-3999
';var m_ba662e164a309d42867d16592696807f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank ATM',});m_ba662e164a309d42867d16592696807f['infowindow'] = new google.maps.InfoWindow({content: $lba662e164a309d42867d16592696807f});var infowindow = new google.maps.InfoWindow({content: $lba662e164a309d42867d16592696807f});google.maps.event.addListener(m_ba662e164a309d42867d16592696807f, 'click', function() {infowindow.open(map,m_ba662e164a309d42867d16592696807f);});$marker.push(m_ba662e164a309d42867d16592696807f);}});}google.maps.event.addDomListener(window, 'load', initialize);