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.0617,-86.221)};var g_559c2b4860121eb45a89504f18c6a6fe = new google.maps.Geocoder();g_559c2b4860121eb45a89504f18c6a6fe.geocode( { 'address': "21 N Beacon Blvd, Grand Haven, MI 49417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-haven-MI-firstmerit-bank').style.display = '';map = new google.maps.Map(document.getElementById('grand-haven-MI-firstmerit-bank'), mapOptions);}document.getElementById('9e211d77').innerHTML += ' | View Map';var $l559c2b4860121eb45a89504f18c6a6fe = '

FirstMerit Bank

Address: 21 N Beacon Blvd, Grand Haven, MI 49417, USA
Phone: (616) 850-0100
';var m_559c2b4860121eb45a89504f18c6a6fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirstMerit Bank',});m_559c2b4860121eb45a89504f18c6a6fe['infowindow'] = new google.maps.InfoWindow({content: $l559c2b4860121eb45a89504f18c6a6fe});var infowindow = new google.maps.InfoWindow({content: $l559c2b4860121eb45a89504f18c6a6fe});google.maps.event.addListener(m_559c2b4860121eb45a89504f18c6a6fe, 'click', function() {infowindow.open(map,m_559c2b4860121eb45a89504f18c6a6fe);});$marker.push(m_559c2b4860121eb45a89504f18c6a6fe);}});}google.maps.event.addDomListener(window, 'load', initialize);