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.1153,-97.1301)};var g_c2f4ca9c5f41d32e0af234b13fa73571 = new google.maps.Geocoder();g_c2f4ca9c5f41d32e0af234b13fa73571.geocode( { 'address': "5215 W 6th Ave, Stillwater, OK 74074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stillwater-OK-atm-arvest-bank').style.display = '';map = new google.maps.Map(document.getElementById('stillwater-OK-atm-arvest-bank'), mapOptions);}document.getElementById('3bca2101').innerHTML += ' | View Map';var $lc2f4ca9c5f41d32e0af234b13fa73571 = '

ATM (Arvest Bank)

Address: 5215 W 6th Ave, Stillwater, OK 74074, USA
Phone:
';var m_c2f4ca9c5f41d32e0af234b13fa73571 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Arvest Bank)',});m_c2f4ca9c5f41d32e0af234b13fa73571['infowindow'] = new google.maps.InfoWindow({content: $lc2f4ca9c5f41d32e0af234b13fa73571});var infowindow = new google.maps.InfoWindow({content: $lc2f4ca9c5f41d32e0af234b13fa73571});google.maps.event.addListener(m_c2f4ca9c5f41d32e0af234b13fa73571, 'click', function() {infowindow.open(map,m_c2f4ca9c5f41d32e0af234b13fa73571);});$marker.push(m_c2f4ca9c5f41d32e0af234b13fa73571);}});}google.maps.event.addDomListener(window, 'load', initialize);