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.0355,-86.1838)};var g_03dbf44503ba877f3a01ca373d585d4f = new google.maps.Geocoder();g_03dbf44503ba877f3a01ca373d585d4f.geocode( { 'address': "111 N 3rd St, Grand Haven, MI 49417"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-haven-MI-bank-of-holland').style.display = '';map = new google.maps.Map(document.getElementById('grand-haven-MI-bank-of-holland'), mapOptions);}document.getElementById('44626cf7').innerHTML += ' | View Map';var $l03dbf44503ba877f3a01ca373d585d4f = '

Bank Of Holland

Address: 111 N 3rd St, Grand Haven, MI 49417
Phone: (616) 935-1020
';var m_03dbf44503ba877f3a01ca373d585d4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Holland',});m_03dbf44503ba877f3a01ca373d585d4f['infowindow'] = new google.maps.InfoWindow({content: $l03dbf44503ba877f3a01ca373d585d4f});var infowindow = new google.maps.InfoWindow({content: $l03dbf44503ba877f3a01ca373d585d4f});google.maps.event.addListener(m_03dbf44503ba877f3a01ca373d585d4f, 'click', function() {infowindow.open(map,m_03dbf44503ba877f3a01ca373d585d4f);});$marker.push(m_03dbf44503ba877f3a01ca373d585d4f);}});}google.maps.event.addDomListener(window, 'load', initialize);