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(44.6602,-103.855)};var g_2694c05d2d25b6b67cec8a0fff1ff1c1 = new google.maps.Geocoder();g_2694c05d2d25b6b67cec8a0fff1ff1c1.geocode( { 'address': "1842 5th Ave, Belle Fourche, SD 57717, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belle-fourche-SD-simply-service-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('belle-fourche-SD-simply-service-federal-credit-union'), mapOptions);}document.getElementById('b8de8547').innerHTML += ' | View Map';var $l2694c05d2d25b6b67cec8a0fff1ff1c1 = '

Simply Service Federal Credit Union

Address: 1842 5th Ave, Belle Fourche, SD 57717, USA
Phone: (605) 892-4631
';var m_2694c05d2d25b6b67cec8a0fff1ff1c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simply Service Federal Credit Union',});m_2694c05d2d25b6b67cec8a0fff1ff1c1['infowindow'] = new google.maps.InfoWindow({content: $l2694c05d2d25b6b67cec8a0fff1ff1c1});var infowindow = new google.maps.InfoWindow({content: $l2694c05d2d25b6b67cec8a0fff1ff1c1});google.maps.event.addListener(m_2694c05d2d25b6b67cec8a0fff1ff1c1, 'click', function() {infowindow.open(map,m_2694c05d2d25b6b67cec8a0fff1ff1c1);});$marker.push(m_2694c05d2d25b6b67cec8a0fff1ff1c1);}});}google.maps.event.addDomListener(window, 'load', initialize);