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.6742,-82.7806)};var g_adf1233ccfc8ca7410e2ee60f534ada2 = new google.maps.Geocoder();g_adf1233ccfc8ca7410e2ee60f534ada2.geocode( { 'address': "35525 23 Mile Rd, New Baltimore, MI 48047"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-baltimore-MI-home-towne-financial').style.display = '';map = new google.maps.Map(document.getElementById('new-baltimore-MI-home-towne-financial'), mapOptions);}document.getElementById('18a62f01').innerHTML += ' | View Map';var $ladf1233ccfc8ca7410e2ee60f534ada2 = '

Home Towne Financial

Address: 35525 23 Mile Rd, New Baltimore, MI 48047
Phone: (586) 725-2253
';var m_adf1233ccfc8ca7410e2ee60f534ada2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Towne Financial',});m_adf1233ccfc8ca7410e2ee60f534ada2['infowindow'] = new google.maps.InfoWindow({content: $ladf1233ccfc8ca7410e2ee60f534ada2});var infowindow = new google.maps.InfoWindow({content: $ladf1233ccfc8ca7410e2ee60f534ada2});google.maps.event.addListener(m_adf1233ccfc8ca7410e2ee60f534ada2, 'click', function() {infowindow.open(map,m_adf1233ccfc8ca7410e2ee60f534ada2);});$marker.push(m_adf1233ccfc8ca7410e2ee60f534ada2);}});}google.maps.event.addDomListener(window, 'load', initialize);