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(34.7905,-96.6524)};var g_723d3014002653984c9e0a5409b8dc4d = new google.maps.Geocoder();g_723d3014002653984c9e0a5409b8dc4d.geocode( { 'address': "2020 Lonnie Abbott Blvd, Ada, OK 74820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OK-atm-arvest-bank').style.display = '';map = new google.maps.Map(document.getElementById('ada-OK-atm-arvest-bank'), mapOptions);}document.getElementById('405c36cb').innerHTML += ' | View Map';var $l723d3014002653984c9e0a5409b8dc4d = '

ATM (Arvest Bank)

Address: 2020 Lonnie Abbott Blvd, Ada, OK 74820, USA
Phone:
';var m_723d3014002653984c9e0a5409b8dc4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Arvest Bank)',});m_723d3014002653984c9e0a5409b8dc4d['infowindow'] = new google.maps.InfoWindow({content: $l723d3014002653984c9e0a5409b8dc4d});var infowindow = new google.maps.InfoWindow({content: $l723d3014002653984c9e0a5409b8dc4d});google.maps.event.addListener(m_723d3014002653984c9e0a5409b8dc4d, 'click', function() {infowindow.open(map,m_723d3014002653984c9e0a5409b8dc4d);});$marker.push(m_723d3014002653984c9e0a5409b8dc4d);}});}google.maps.event.addDomListener(window, 'load', initialize);