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(36.7969,-95.9353)};var g_f7f794a934fd96cf3cd7ad2959ef42ab = new google.maps.Geocoder();g_f7f794a934fd96cf3cd7ad2959ef42ab.geocode( { 'address': "520 N Osage Ave, Dewey, OK 74029, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dewey-OK-arvest-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('dewey-OK-arvest-bank-atm'), mapOptions);}document.getElementById('4edd3bc7').innerHTML += ' | View Map';var $lf7f794a934fd96cf3cd7ad2959ef42ab = '

Arvest Bank ATM

Address: 520 N Osage Ave, Dewey, OK 74029, USA
Phone: (918) 337-3282
';var m_f7f794a934fd96cf3cd7ad2959ef42ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arvest Bank ATM',});m_f7f794a934fd96cf3cd7ad2959ef42ab['infowindow'] = new google.maps.InfoWindow({content: $lf7f794a934fd96cf3cd7ad2959ef42ab});var infowindow = new google.maps.InfoWindow({content: $lf7f794a934fd96cf3cd7ad2959ef42ab});google.maps.event.addListener(m_f7f794a934fd96cf3cd7ad2959ef42ab, 'click', function() {infowindow.open(map,m_f7f794a934fd96cf3cd7ad2959ef42ab);});$marker.push(m_f7f794a934fd96cf3cd7ad2959ef42ab);}});}google.maps.event.addDomListener(window, 'load', initialize);