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.8368,-94.6104)};var g_13cddc948caffdf563fc0d0fffd6a545 = new google.maps.Geocoder();g_13cddc948caffdf563fc0d0fffd6a545.geocode( { 'address': "1615 Cherokee Ave, Seneca, MO 64865, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-MO-peoples-bank-seneca').style.display = '';map = new google.maps.Map(document.getElementById('seneca-MO-peoples-bank-seneca'), mapOptions);}document.getElementById('b342e284').innerHTML += ' | View Map';var $l13cddc948caffdf563fc0d0fffd6a545 = '

People's Bank Seneca

Address: 1615 Cherokee Ave, Seneca, MO 64865, USA
Phone: (417) 776-2111
';var m_13cddc948caffdf563fc0d0fffd6a545 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's Bank Seneca',});m_13cddc948caffdf563fc0d0fffd6a545['infowindow'] = new google.maps.InfoWindow({content: $l13cddc948caffdf563fc0d0fffd6a545});var infowindow = new google.maps.InfoWindow({content: $l13cddc948caffdf563fc0d0fffd6a545});google.maps.event.addListener(m_13cddc948caffdf563fc0d0fffd6a545, 'click', function() {infowindow.open(map,m_13cddc948caffdf563fc0d0fffd6a545);});$marker.push(m_13cddc948caffdf563fc0d0fffd6a545);}});}google.maps.event.addDomListener(window, 'load', initialize);