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(45.2213,-85.0263)};var g_b1e541d93cc87c54eafcf21090aaad3a = new google.maps.Geocoder();g_b1e541d93cc87c54eafcf21090aaad3a.geocode( { 'address': "120 N. Lake St, Boyne City, MI 49712"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boyne-city-MI-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('boyne-city-MI-firstmerit-bank'), mapOptions);}document.getElementById('cc509b23').innerHTML += ' | View Map';var $lb1e541d93cc87c54eafcf21090aaad3a = '

FirstMerit Bank

Address: 120 N. Lake St, Boyne City, MI 49712
Phone: (231) 582-3300
';var m_b1e541d93cc87c54eafcf21090aaad3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_b1e541d93cc87c54eafcf21090aaad3a['infowindow'] = new google.maps.InfoWindow({content: $lb1e541d93cc87c54eafcf21090aaad3a});var infowindow = new google.maps.InfoWindow({content: $lb1e541d93cc87c54eafcf21090aaad3a});google.maps.event.addListener(m_b1e541d93cc87c54eafcf21090aaad3a, 'click', function() {infowindow.open(map,m_b1e541d93cc87c54eafcf21090aaad3a);});$marker.push(m_b1e541d93cc87c54eafcf21090aaad3a);}});}google.maps.event.addDomListener(window, 'load', initialize);