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(37.1312,-93.2943)};var g_a56aaa84688618331d4b0e77756d6c0f = new google.maps.Geocoder();g_a56aaa84688618331d4b0e77756d6c0f.geocode( { 'address': "1349 E Republic Rd, Springfield, MO 65804"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-arvest-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-arvest-bank-atm'), mapOptions);}document.getElementById('ac955a95').innerHTML += ' | View Map';var $la56aaa84688618331d4b0e77756d6c0f = '

Arvest Bank ATM

Address: 1349 E Republic Rd, Springfield, MO 65804
Phone: (417) 885-7200
';var m_a56aaa84688618331d4b0e77756d6c0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arvest Bank ATM',});m_a56aaa84688618331d4b0e77756d6c0f['infowindow'] = new google.maps.InfoWindow({content: $la56aaa84688618331d4b0e77756d6c0f});var infowindow = new google.maps.InfoWindow({content: $la56aaa84688618331d4b0e77756d6c0f});google.maps.event.addListener(m_a56aaa84688618331d4b0e77756d6c0f, 'click', function() {infowindow.open(map,m_a56aaa84688618331d4b0e77756d6c0f);});$marker.push(m_a56aaa84688618331d4b0e77756d6c0f);}});}google.maps.event.addDomListener(window, 'load', initialize);