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(40.4973,-93.0058)};var g_74ec4f954a765e8e000f6a1b790a631d = new google.maps.Geocoder();g_74ec4f954a765e8e000f6a1b790a631d.geocode( { 'address': "1522 Main St, Unionville, MO 63565"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('unionville-MO-putnam-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('unionville-MO-putnam-county-state-bank'), mapOptions);}document.getElementById('2712ff1d').innerHTML += ' | View Map';var $l74ec4f954a765e8e000f6a1b790a631d = '

Putnam County State Bank

Address: 1522 Main St, Unionville, MO 63565
Phone: (660) 947-2477
';var m_74ec4f954a765e8e000f6a1b790a631d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Putnam County State Bank',});m_74ec4f954a765e8e000f6a1b790a631d['infowindow'] = new google.maps.InfoWindow({content: $l74ec4f954a765e8e000f6a1b790a631d});var infowindow = new google.maps.InfoWindow({content: $l74ec4f954a765e8e000f6a1b790a631d});google.maps.event.addListener(m_74ec4f954a765e8e000f6a1b790a631d, 'click', function() {infowindow.open(map,m_74ec4f954a765e8e000f6a1b790a631d);});$marker.push(m_74ec4f954a765e8e000f6a1b790a631d);}});}google.maps.event.addDomListener(window, 'load', initialize);