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.7848,-96.6521)};var g_44a9abdfc9fa5ccada34889e602cd72b = new google.maps.Geocoder();g_44a9abdfc9fa5ccada34889e602cd72b.geocode( { 'address': "930 N Country Club Rd, Ada, OK 74820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OK-arvest-bank').style.display = '';map = new google.maps.Map(document.getElementById('ada-OK-arvest-bank'), mapOptions);}document.getElementById('815bdadc').innerHTML += ' | View Map';var $l44a9abdfc9fa5ccada34889e602cd72b = '

Arvest Bank

Address: 930 N Country Club Rd, Ada, OK 74820, USA
Phone: (580) 272-2900
';var m_44a9abdfc9fa5ccada34889e602cd72b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arvest Bank',});m_44a9abdfc9fa5ccada34889e602cd72b['infowindow'] = new google.maps.InfoWindow({content: $l44a9abdfc9fa5ccada34889e602cd72b});var infowindow = new google.maps.InfoWindow({content: $l44a9abdfc9fa5ccada34889e602cd72b});google.maps.event.addListener(m_44a9abdfc9fa5ccada34889e602cd72b, 'click', function() {infowindow.open(map,m_44a9abdfc9fa5ccada34889e602cd72b);});$marker.push(m_44a9abdfc9fa5ccada34889e602cd72b);}});}google.maps.event.addDomListener(window, 'load', initialize);