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.7882,-86.0825)};var g_c61a0d2d9fdd8659981195ed25aa695b = new google.maps.Geocoder();g_c61a0d2d9fdd8659981195ed25aa695b.geocode( { 'address': "238 Hoover Blvd # 10, Holland, MI 49423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-MI-delong--brower-pc').style.display = '';map = new google.maps.Map(document.getElementById('holland-MI-delong--brower-pc'), mapOptions);}document.getElementById('1b1f0a0e').innerHTML += ' | View Map';var $lc61a0d2d9fdd8659981195ed25aa695b = '

Delong & Brower PC

Address: 238 Hoover Blvd # 10, Holland, MI 49423, USA
Phone: (616) 396-0500
';var m_c61a0d2d9fdd8659981195ed25aa695b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Delong & Brower PC',});m_c61a0d2d9fdd8659981195ed25aa695b['infowindow'] = new google.maps.InfoWindow({content: $lc61a0d2d9fdd8659981195ed25aa695b});var infowindow = new google.maps.InfoWindow({content: $lc61a0d2d9fdd8659981195ed25aa695b});google.maps.event.addListener(m_c61a0d2d9fdd8659981195ed25aa695b, 'click', function() {infowindow.open(map,m_c61a0d2d9fdd8659981195ed25aa695b);});$marker.push(m_c61a0d2d9fdd8659981195ed25aa695b);}});}google.maps.event.addDomListener(window, 'load', initialize);