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.8532,-85.624)};var g_5aca058239e9472d87414c6896c37297 = new google.maps.Geocoder();g_5aca058239e9472d87414c6896c37297.geocode( { 'address': "6026 Kalamazoo Ave SE, Kentwood, MI 49508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kentwood-MI-first-financial-resource').style.display = '';map = new google.maps.Map(document.getElementById('kentwood-MI-first-financial-resource'), mapOptions);}document.getElementById('583e5691').innerHTML += ' | View Map';var $l5aca058239e9472d87414c6896c37297 = '

First Financial Resource

Address: 6026 Kalamazoo Ave SE, Kentwood, MI 49508, USA
Phone: (269) 795-0076
';var m_5aca058239e9472d87414c6896c37297 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Resource',});m_5aca058239e9472d87414c6896c37297['infowindow'] = new google.maps.InfoWindow({content: $l5aca058239e9472d87414c6896c37297});var infowindow = new google.maps.InfoWindow({content: $l5aca058239e9472d87414c6896c37297});google.maps.event.addListener(m_5aca058239e9472d87414c6896c37297, 'click', function() {infowindow.open(map,m_5aca058239e9472d87414c6896c37297);});$marker.push(m_5aca058239e9472d87414c6896c37297);}});}google.maps.event.addDomListener(window, 'load', initialize);