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.7274,-98.0462)};var g_ea92bc723fe4c009251563fea1539088 = new google.maps.Geocoder();g_ea92bc723fe4c009251563fea1539088.geocode( { 'address': "115 E Havens St, Mitchell, SD 57301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mitchell-SD-fulton-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('mitchell-SD-fulton-state-bank'), mapOptions);}document.getElementById('ebf749d1').innerHTML += ' | View Map';var $lea92bc723fe4c009251563fea1539088 = '

Fulton State Bank

Address: 115 E Havens St, Mitchell, SD 57301
Phone: (605) 996-1000
';var m_ea92bc723fe4c009251563fea1539088 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton State Bank',});m_ea92bc723fe4c009251563fea1539088['infowindow'] = new google.maps.InfoWindow({content: $lea92bc723fe4c009251563fea1539088});var infowindow = new google.maps.InfoWindow({content: $lea92bc723fe4c009251563fea1539088});google.maps.event.addListener(m_ea92bc723fe4c009251563fea1539088, 'click', function() {infowindow.open(map,m_ea92bc723fe4c009251563fea1539088);});$marker.push(m_ea92bc723fe4c009251563fea1539088);}});}google.maps.event.addDomListener(window, 'load', initialize);