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.8832,-85.5721)};var g_c5059085300767df3c77da7cc7a9d495 = new google.maps.Geocoder();g_c5059085300767df3c77da7cc7a9d495.geocode( { 'address': "3828 44th St SE, Grand Rapids, MI 49512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-ameri-first-financial').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-ameri-first-financial'), mapOptions);}document.getElementById('7a2d0991').innerHTML += ' | View Map';var $lc5059085300767df3c77da7cc7a9d495 = '

Ameri-First Financial

Address: 3828 44th St SE, Grand Rapids, MI 49512, USA
Phone: (616) 554-4101
';var m_c5059085300767df3c77da7cc7a9d495 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameri-First Financial',});m_c5059085300767df3c77da7cc7a9d495['infowindow'] = new google.maps.InfoWindow({content: $lc5059085300767df3c77da7cc7a9d495});var infowindow = new google.maps.InfoWindow({content: $lc5059085300767df3c77da7cc7a9d495});google.maps.event.addListener(m_c5059085300767df3c77da7cc7a9d495, 'click', function() {infowindow.open(map,m_c5059085300767df3c77da7cc7a9d495);});$marker.push(m_c5059085300767df3c77da7cc7a9d495);}});}google.maps.event.addDomListener(window, 'load', initialize);