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.9703,-93.7185)};var g_80a91b470eab057824435142f34e4a09 = new google.maps.Geocoder();g_80a91b470eab057824435142f34e4a09.geocode( { 'address': "138 E Church St, Aurora, MO 65605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-MO-arvest-bank').style.display = '';map = new google.maps.Map(document.getElementById('aurora-MO-arvest-bank'), mapOptions);}document.getElementById('48dbfb67').innerHTML += ' | View Map';var $l80a91b470eab057824435142f34e4a09 = '

Arvest Bank

Address: 138 E Church St, Aurora, MO 65605, USA
Phone: (417) 678-8360
';var m_80a91b470eab057824435142f34e4a09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arvest Bank',});m_80a91b470eab057824435142f34e4a09['infowindow'] = new google.maps.InfoWindow({content: $l80a91b470eab057824435142f34e4a09});var infowindow = new google.maps.InfoWindow({content: $l80a91b470eab057824435142f34e4a09});google.maps.event.addListener(m_80a91b470eab057824435142f34e4a09, 'click', function() {infowindow.open(map,m_80a91b470eab057824435142f34e4a09);});$marker.push(m_80a91b470eab057824435142f34e4a09);}});}google.maps.event.addDomListener(window, 'load', initialize);