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.6609,-84.0784)};var g_df357774c34fb5728a1f98357ead9c93 = new google.maps.Geocoder();g_df357774c34fb5728a1f98357ead9c93.geocode( { 'address': "524 W Grand River Ave, Fowlerville, MI 48836, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fowlerville-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('fowlerville-MI-huntington-bank'), mapOptions);}document.getElementById('3c23dcb1').innerHTML += ' | View Map';var $ldf357774c34fb5728a1f98357ead9c93 = '

Huntington Bank

Address: 524 W Grand River Ave, Fowlerville, MI 48836, USA
Phone: (517) 223-9163
';var m_df357774c34fb5728a1f98357ead9c93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_df357774c34fb5728a1f98357ead9c93['infowindow'] = new google.maps.InfoWindow({content: $ldf357774c34fb5728a1f98357ead9c93});var infowindow = new google.maps.InfoWindow({content: $ldf357774c34fb5728a1f98357ead9c93});google.maps.event.addListener(m_df357774c34fb5728a1f98357ead9c93, 'click', function() {infowindow.open(map,m_df357774c34fb5728a1f98357ead9c93);});$marker.push(m_df357774c34fb5728a1f98357ead9c93);}});}google.maps.event.addDomListener(window, 'load', initialize);