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(43.7138,-98.4816)};var g_923b4e741fd8547b530143c3001f1015 = new google.maps.Geocoder();g_923b4e741fd8547b530143c3001f1015.geocode( { 'address': "101 S Main St, Plankinton, SD 57368"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plankinton-SD-farmers-merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('plankinton-SD-farmers-merchants-state-bank'), mapOptions);}document.getElementById('fcf3873f').innerHTML += ' | View Map';var $l923b4e741fd8547b530143c3001f1015 = '

Farmers & Merchants State Bank

Address: 101 S Main St, Plankinton, SD 57368
Phone: (605) 942-7781
';var m_923b4e741fd8547b530143c3001f1015 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_923b4e741fd8547b530143c3001f1015['infowindow'] = new google.maps.InfoWindow({content: $l923b4e741fd8547b530143c3001f1015});var infowindow = new google.maps.InfoWindow({content: $l923b4e741fd8547b530143c3001f1015});google.maps.event.addListener(m_923b4e741fd8547b530143c3001f1015, 'click', function() {infowindow.open(map,m_923b4e741fd8547b530143c3001f1015);});$marker.push(m_923b4e741fd8547b530143c3001f1015);}});}google.maps.event.addDomListener(window, 'load', initialize);