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.2448,-99.2392)};var g_d5471bba504e65dd4969669c7301cbd1 = new google.maps.Geocoder();g_d5471bba504e65dd4969669c7301cbd1.geocode( { 'address': "745 Main St, Burke, SD 57523"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burke-SD-first-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('burke-SD-first-fidelity-bank'), mapOptions);}document.getElementById('9eb697c3').innerHTML += ' | View Map';var $ld5471bba504e65dd4969669c7301cbd1 = '

First Fidelity Bank

Address: 745 Main St, Burke, SD 57523
Phone: (605) 775-2641
';var m_d5471bba504e65dd4969669c7301cbd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Fidelity Bank',});m_d5471bba504e65dd4969669c7301cbd1['infowindow'] = new google.maps.InfoWindow({content: $ld5471bba504e65dd4969669c7301cbd1});var infowindow = new google.maps.InfoWindow({content: $ld5471bba504e65dd4969669c7301cbd1});google.maps.event.addListener(m_d5471bba504e65dd4969669c7301cbd1, 'click', function() {infowindow.open(map,m_d5471bba504e65dd4969669c7301cbd1);});$marker.push(m_d5471bba504e65dd4969669c7301cbd1);}});}google.maps.event.addDomListener(window, 'load', initialize);