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.9649,-85.6585)};var g_b9183a9afe780dcc8747a0f89ef03396 = new google.maps.Geocoder();g_b9183a9afe780dcc8747a0f89ef03396.geocode( { 'address': "3382 Pine Meadow Dr SE, Grand Rapids, MI 49512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-merchant-bank-service-associates').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-merchant-bank-service-associates'), mapOptions);}document.getElementById('da373759').innerHTML += ' | View Map';var $lb9183a9afe780dcc8747a0f89ef03396 = '

Merchant Bank Service Associates

Address: 3382 Pine Meadow Dr SE, Grand Rapids, MI 49512
Phone: (616) 214-7732
';var m_b9183a9afe780dcc8747a0f89ef03396 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchant Bank Service Associates',});m_b9183a9afe780dcc8747a0f89ef03396['infowindow'] = new google.maps.InfoWindow({content: $lb9183a9afe780dcc8747a0f89ef03396});var infowindow = new google.maps.InfoWindow({content: $lb9183a9afe780dcc8747a0f89ef03396});google.maps.event.addListener(m_b9183a9afe780dcc8747a0f89ef03396, 'click', function() {infowindow.open(map,m_b9183a9afe780dcc8747a0f89ef03396);});$marker.push(m_b9183a9afe780dcc8747a0f89ef03396);}});}google.maps.event.addDomListener(window, 'load', initialize);