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.4861,-83.3895)};var g_a813dd16614d6a96b6178b1b13806da9 = new google.maps.Geocoder();g_a813dd16614d6a96b6178b1b13806da9.geocode( { 'address': "1100 E Caro Rd, Caro, MI 48723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caro-MI-northstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('caro-MI-northstar-bank'), mapOptions);}document.getElementById('7de1ab6f').innerHTML += ' | View Map';var $la813dd16614d6a96b6178b1b13806da9 = '

Northstar Bank

Address: 1100 E Caro Rd, Caro, MI 48723
Phone: (989) 673-1100
';var m_a813dd16614d6a96b6178b1b13806da9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northstar Bank',});m_a813dd16614d6a96b6178b1b13806da9['infowindow'] = new google.maps.InfoWindow({content: $la813dd16614d6a96b6178b1b13806da9});var infowindow = new google.maps.InfoWindow({content: $la813dd16614d6a96b6178b1b13806da9});google.maps.event.addListener(m_a813dd16614d6a96b6178b1b13806da9, 'click', function() {infowindow.open(map,m_a813dd16614d6a96b6178b1b13806da9);});$marker.push(m_a813dd16614d6a96b6178b1b13806da9);}});}google.maps.event.addDomListener(window, 'load', initialize);