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(47.2419,-88.4506)};var g_d60e6dacf1c89065aa8738b5c569967b = new google.maps.Geocoder();g_d60e6dacf1c89065aa8738b5c569967b.geocode( { 'address': "56730 Calumet Ave, Calumet, MI 49913"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calumet-MI-range-bank').style.display = '';map = new google.maps.Map(document.getElementById('calumet-MI-range-bank'), mapOptions);}document.getElementById('790a3c8c').innerHTML += ' | View Map';var $ld60e6dacf1c89065aa8738b5c569967b = '

Range Bank

Address: 56730 Calumet Ave, Calumet, MI 49913
Phone: (906) 337-2000
';var m_d60e6dacf1c89065aa8738b5c569967b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Range Bank',});m_d60e6dacf1c89065aa8738b5c569967b['infowindow'] = new google.maps.InfoWindow({content: $ld60e6dacf1c89065aa8738b5c569967b});var infowindow = new google.maps.InfoWindow({content: $ld60e6dacf1c89065aa8738b5c569967b});google.maps.event.addListener(m_d60e6dacf1c89065aa8738b5c569967b, 'click', function() {infowindow.open(map,m_d60e6dacf1c89065aa8738b5c569967b);});$marker.push(m_d60e6dacf1c89065aa8738b5c569967b);}});}google.maps.event.addDomListener(window, 'load', initialize);