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.8834,-85.6118)};var g_93b446b611a28e72fcca57d802813734 = new google.maps.Geocoder();g_93b446b611a28e72fcca57d802813734.geocode( { 'address': "2180 44th St SE, Grand Rapids, MI 49508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-swift-notary').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-swift-notary'), mapOptions);}document.getElementById('470a2b88').innerHTML += ' | View Map';var $l93b446b611a28e72fcca57d802813734 = '

Swift Notary

Address: 2180 44th St SE, Grand Rapids, MI 49508, USA
Phone: (616) 648-3600
';var m_93b446b611a28e72fcca57d802813734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Swift Notary',});m_93b446b611a28e72fcca57d802813734['infowindow'] = new google.maps.InfoWindow({content: $l93b446b611a28e72fcca57d802813734});var infowindow = new google.maps.InfoWindow({content: $l93b446b611a28e72fcca57d802813734});google.maps.event.addListener(m_93b446b611a28e72fcca57d802813734, 'click', function() {infowindow.open(map,m_93b446b611a28e72fcca57d802813734);});$marker.push(m_93b446b611a28e72fcca57d802813734);}});}google.maps.event.addDomListener(window, 'load', initialize);