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.7296,-97.788)};var g_e85d66c6a4f01b134218e39c3bda435f = new google.maps.Geocoder();g_e85d66c6a4f01b134218e39c3bda435f.geocode( { 'address': "122 Interstate 20 Frontage Rd, Weatherford, TX 76087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherford-TX-chase-atm').style.display = '';map = new google.maps.Map(document.getElementById('weatherford-TX-chase-atm'), mapOptions);}document.getElementById('ef3fb442').innerHTML += ' | View Map';var $le85d66c6a4f01b134218e39c3bda435f = '

Chase ATM

Address: 122 Interstate 20 Frontage Rd, Weatherford, TX 76087, USA
Phone: (800) 935-9935
';var m_e85d66c6a4f01b134218e39c3bda435f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase ATM',});m_e85d66c6a4f01b134218e39c3bda435f['infowindow'] = new google.maps.InfoWindow({content: $le85d66c6a4f01b134218e39c3bda435f});var infowindow = new google.maps.InfoWindow({content: $le85d66c6a4f01b134218e39c3bda435f});google.maps.event.addListener(m_e85d66c6a4f01b134218e39c3bda435f, 'click', function() {infowindow.open(map,m_e85d66c6a4f01b134218e39c3bda435f);});$marker.push(m_e85d66c6a4f01b134218e39c3bda435f);}});}google.maps.event.addDomListener(window, 'load', initialize);