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.2048,-94.7803)};var g_33783ac43a03292abd2bb11038316e90 = new google.maps.Geocoder();g_33783ac43a03292abd2bb11038316e90.geocode( { 'address': "Tulsa Ave, Kansas, OK 74347, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-OK-atm-arvest-bank').style.display = '';map = new google.maps.Map(document.getElementById('kansas-OK-atm-arvest-bank'), mapOptions);}document.getElementById('c3f638f4').innerHTML += ' | View Map';var $l33783ac43a03292abd2bb11038316e90 = '

ATM (Arvest Bank)

Address: Tulsa Ave, Kansas, OK 74347, USA
Phone:
';var m_33783ac43a03292abd2bb11038316e90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Arvest Bank)',});m_33783ac43a03292abd2bb11038316e90['infowindow'] = new google.maps.InfoWindow({content: $l33783ac43a03292abd2bb11038316e90});var infowindow = new google.maps.InfoWindow({content: $l33783ac43a03292abd2bb11038316e90});google.maps.event.addListener(m_33783ac43a03292abd2bb11038316e90, 'click', function() {infowindow.open(map,m_33783ac43a03292abd2bb11038316e90);});$marker.push(m_33783ac43a03292abd2bb11038316e90);}});}google.maps.event.addDomListener(window, 'load', initialize);