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.9651,-85.6727)};var g_47399b3d0900e5132c0b9fe02e9d5d0b = new google.maps.Geocoder();g_47399b3d0900e5132c0b9fe02e9d5d0b.geocode( { 'address': "Campau Square Plaza Building, 99 Monroe Ave NW #200, Grand Rapids, MI 49503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-commerce-bank---commercial-banking-office').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-commerce-bank---commercial-banking-office'), mapOptions);}document.getElementById('a031689e').innerHTML += ' | View Map';var $l47399b3d0900e5132c0b9fe02e9d5d0b = '

Commerce Bank - Commercial Banking Office

Address: Campau Square Plaza Building, 99 Monroe Ave NW #200, Grand Rapids, MI 49503, USA
Phone: (616) 233-0437
';var m_47399b3d0900e5132c0b9fe02e9d5d0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank - Commercial Banking Office',});m_47399b3d0900e5132c0b9fe02e9d5d0b['infowindow'] = new google.maps.InfoWindow({content: $l47399b3d0900e5132c0b9fe02e9d5d0b});var infowindow = new google.maps.InfoWindow({content: $l47399b3d0900e5132c0b9fe02e9d5d0b});google.maps.event.addListener(m_47399b3d0900e5132c0b9fe02e9d5d0b, 'click', function() {infowindow.open(map,m_47399b3d0900e5132c0b9fe02e9d5d0b);});$marker.push(m_47399b3d0900e5132c0b9fe02e9d5d0b);}});}google.maps.event.addDomListener(window, 'load', initialize);