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.9582,-100.699)};var g_41621ff11046c80c435fa90489a3a20d = new google.maps.Geocoder();g_41621ff11046c80c435fa90489a3a20d.geocode( { 'address': "410 Main St, Murdo, SD 57559"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murdo-SD-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('murdo-SD-first-national-bank'), mapOptions);}document.getElementById('e335c5e2').innerHTML += ' | View Map';var $l41621ff11046c80c435fa90489a3a20d = '

First National Bank

Address: 410 Main St, Murdo, SD 57559
Phone: (605) 669-2414
';var m_41621ff11046c80c435fa90489a3a20d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_41621ff11046c80c435fa90489a3a20d['infowindow'] = new google.maps.InfoWindow({content: $l41621ff11046c80c435fa90489a3a20d});var infowindow = new google.maps.InfoWindow({content: $l41621ff11046c80c435fa90489a3a20d});google.maps.event.addListener(m_41621ff11046c80c435fa90489a3a20d, 'click', function() {infowindow.open(map,m_41621ff11046c80c435fa90489a3a20d);});$marker.push(m_41621ff11046c80c435fa90489a3a20d);}});}google.maps.event.addDomListener(window, 'load', initialize);