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(46.763,-89.0796)};var g_e14e58299bc41e7fb10c701130c5cb27 = new google.maps.Geocoder();g_e14e58299bc41e7fb10c701130c5cb27.geocode( { 'address': "1305 Adventure Ave, Mass City, MI 49948, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mass-city-MI-citizens-state-bank-of-ontonagon').style.display = '';map = new google.maps.Map(document.getElementById('mass-city-MI-citizens-state-bank-of-ontonagon'), mapOptions);}document.getElementById('83c361ef').innerHTML += ' | View Map';var $le14e58299bc41e7fb10c701130c5cb27 = '

Citizens State Bank of Ontonagon

Address: 1305 Adventure Ave, Mass City, MI 49948, USA
Phone: (906) 883-3405
';var m_e14e58299bc41e7fb10c701130c5cb27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank of Ontonagon',});m_e14e58299bc41e7fb10c701130c5cb27['infowindow'] = new google.maps.InfoWindow({content: $le14e58299bc41e7fb10c701130c5cb27});var infowindow = new google.maps.InfoWindow({content: $le14e58299bc41e7fb10c701130c5cb27});google.maps.event.addListener(m_e14e58299bc41e7fb10c701130c5cb27, 'click', function() {infowindow.open(map,m_e14e58299bc41e7fb10c701130c5cb27);});$marker.push(m_e14e58299bc41e7fb10c701130c5cb27);}});}google.maps.event.addDomListener(window, 'load', initialize);