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.8998,-85.5114)};var g_c03de839a4a3659642321f50d8b0259d = new google.maps.Geocoder();g_c03de839a4a3659642321f50d8b0259d.geocode( { 'address': "214 W Upton Ave, Reed City, MI 49677"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reed-city-MI-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('reed-city-MI-huntington-national-bank'), mapOptions);}document.getElementById('bf16218b').innerHTML += ' | View Map';var $lc03de839a4a3659642321f50d8b0259d = '

Huntington National Bank

Address: 214 W Upton Ave, Reed City, MI 49677
Phone: (231) 832-5534
';var m_c03de839a4a3659642321f50d8b0259d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_c03de839a4a3659642321f50d8b0259d['infowindow'] = new google.maps.InfoWindow({content: $lc03de839a4a3659642321f50d8b0259d});var infowindow = new google.maps.InfoWindow({content: $lc03de839a4a3659642321f50d8b0259d});google.maps.event.addListener(m_c03de839a4a3659642321f50d8b0259d, 'click', function() {infowindow.open(map,m_c03de839a4a3659642321f50d8b0259d);});$marker.push(m_c03de839a4a3659642321f50d8b0259d);}});}google.maps.event.addDomListener(window, 'load', initialize);