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.1872,-90.9551)};var g_347853b8760e4f93406f069b548a1096 = new google.maps.Geocoder();g_347853b8760e4f93406f069b548a1096.geocode( { 'address': "700 MO-21, Ellington, MO 63638, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellington-MO-peoples-community-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('ellington-MO-peoples-community-state-bank'), mapOptions);}document.getElementById('4b36e00c').innerHTML += ' | View Map';var $l347853b8760e4f93406f069b548a1096 = '

People's Community State Bank

Address: 700 MO-21, Ellington, MO 63638, USA
Phone: (573) 663-2295
';var m_347853b8760e4f93406f069b548a1096 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'People's Community State Bank',});m_347853b8760e4f93406f069b548a1096['infowindow'] = new google.maps.InfoWindow({content: $l347853b8760e4f93406f069b548a1096});var infowindow = new google.maps.InfoWindow({content: $l347853b8760e4f93406f069b548a1096});google.maps.event.addListener(m_347853b8760e4f93406f069b548a1096, 'click', function() {infowindow.open(map,m_347853b8760e4f93406f069b548a1096);});$marker.push(m_347853b8760e4f93406f069b548a1096);}});}google.maps.event.addDomListener(window, 'load', initialize);