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(43.2527,-83.7654)};var g_ee222d293d2c29ccbc9c13b1ee588f78 = new google.maps.Geocoder();g_ee222d293d2c29ccbc9c13b1ee588f78.geocode( { 'address': "9515 Birch Run Rd, Birch Run, MI 48415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birch-run-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('birch-run-MI-huntington-bank'), mapOptions);}document.getElementById('af6cb1af').innerHTML += ' | View Map';var $lee222d293d2c29ccbc9c13b1ee588f78 = '

Huntington Bank

Address: 9515 Birch Run Rd, Birch Run, MI 48415, USA
Phone: (989) 624-4103
';var m_ee222d293d2c29ccbc9c13b1ee588f78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_ee222d293d2c29ccbc9c13b1ee588f78['infowindow'] = new google.maps.InfoWindow({content: $lee222d293d2c29ccbc9c13b1ee588f78});var infowindow = new google.maps.InfoWindow({content: $lee222d293d2c29ccbc9c13b1ee588f78});google.maps.event.addListener(m_ee222d293d2c29ccbc9c13b1ee588f78, 'click', function() {infowindow.open(map,m_ee222d293d2c29ccbc9c13b1ee588f78);});$marker.push(m_ee222d293d2c29ccbc9c13b1ee588f78);}});}google.maps.event.addDomListener(window, 'load', initialize);