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(42.7914,-86.1076)};var g_dae1b9f62de64a3787be4f2ca723f31a = new google.maps.Geocoder();g_dae1b9f62de64a3787be4f2ca723f31a.geocode( { 'address': "150 Central Ave, Holland, MI 49423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-MI-the-bank-of-holland---mortgage').style.display = '';map = new google.maps.Map(document.getElementById('holland-MI-the-bank-of-holland---mortgage'), mapOptions);}document.getElementById('c55034d9').innerHTML += ' | View Map';var $ldae1b9f62de64a3787be4f2ca723f31a = '

The Bank of Holland - Mortgage

Address: 150 Central Ave, Holland, MI 49423, USA
Phone: (616) 393-0100
';var m_dae1b9f62de64a3787be4f2ca723f31a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Holland - Mortgage',});m_dae1b9f62de64a3787be4f2ca723f31a['infowindow'] = new google.maps.InfoWindow({content: $ldae1b9f62de64a3787be4f2ca723f31a});var infowindow = new google.maps.InfoWindow({content: $ldae1b9f62de64a3787be4f2ca723f31a});google.maps.event.addListener(m_dae1b9f62de64a3787be4f2ca723f31a, 'click', function() {infowindow.open(map,m_dae1b9f62de64a3787be4f2ca723f31a);});$marker.push(m_dae1b9f62de64a3787be4f2ca723f31a);}});}google.maps.event.addDomListener(window, 'load', initialize);