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(41.7497,-83.6241)};var g_73fcb3995038f1aa8da080ccce24688f = new google.maps.Geocoder();g_73fcb3995038f1aa8da080ccce24688f.geocode( { 'address': "3270 W Sterns Rd, Lambertville, MI 48144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lambertville-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('lambertville-MI-huntington-bank'), mapOptions);}document.getElementById('dc09acf8').innerHTML += ' | View Map';var $l73fcb3995038f1aa8da080ccce24688f = '

Huntington Bank

Address: 3270 W Sterns Rd, Lambertville, MI 48144, USA
Phone: (734) 856-1415
';var m_73fcb3995038f1aa8da080ccce24688f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_73fcb3995038f1aa8da080ccce24688f['infowindow'] = new google.maps.InfoWindow({content: $l73fcb3995038f1aa8da080ccce24688f});var infowindow = new google.maps.InfoWindow({content: $l73fcb3995038f1aa8da080ccce24688f});google.maps.event.addListener(m_73fcb3995038f1aa8da080ccce24688f, 'click', function() {infowindow.open(map,m_73fcb3995038f1aa8da080ccce24688f);});$marker.push(m_73fcb3995038f1aa8da080ccce24688f);}});}google.maps.event.addDomListener(window, 'load', initialize);