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.5772,-94.7698)};var g_0982d54d18a026163f76888c0d226166 = new google.maps.Geocoder();g_0982d54d18a026163f76888c0d226166.geocode( { 'address': "1818 S Main St, Grove, OK 74344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grove-OK-arvest-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('grove-OK-arvest-bank-atm'), mapOptions);}document.getElementById('f5373390').innerHTML += ' | View Map';var $l0982d54d18a026163f76888c0d226166 = '

Arvest Bank ATM

Address: 1818 S Main St, Grove, OK 74344, USA
Phone: (888) 307-3496
';var m_0982d54d18a026163f76888c0d226166 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arvest Bank ATM',});m_0982d54d18a026163f76888c0d226166['infowindow'] = new google.maps.InfoWindow({content: $l0982d54d18a026163f76888c0d226166});var infowindow = new google.maps.InfoWindow({content: $l0982d54d18a026163f76888c0d226166});google.maps.event.addListener(m_0982d54d18a026163f76888c0d226166, 'click', function() {infowindow.open(map,m_0982d54d18a026163f76888c0d226166);});$marker.push(m_0982d54d18a026163f76888c0d226166);}});}google.maps.event.addDomListener(window, 'load', initialize);