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(45.8801,-87.0476)};var g_58eda19795477cda385783b84ee92827 = new google.maps.Geocoder();g_58eda19795477cda385783b84ee92827.geocode( { 'address': "1400 Delta Ave, Gladstone, MI 49837"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gladstone-MI-first-bank-upper-michigan').style.display = '';map = new google.maps.Map(document.getElementById('gladstone-MI-first-bank-upper-michigan'), mapOptions);}document.getElementById('20813b60').innerHTML += ' | View Map';var $l58eda19795477cda385783b84ee92827 = '

First Bank Upper Michigan

Address: 1400 Delta Ave, Gladstone, MI 49837
Phone: (906) 428-3535
';var m_58eda19795477cda385783b84ee92827 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Upper Michigan',});m_58eda19795477cda385783b84ee92827['infowindow'] = new google.maps.InfoWindow({content: $l58eda19795477cda385783b84ee92827});var infowindow = new google.maps.InfoWindow({content: $l58eda19795477cda385783b84ee92827});google.maps.event.addListener(m_58eda19795477cda385783b84ee92827, 'click', function() {infowindow.open(map,m_58eda19795477cda385783b84ee92827);});$marker.push(m_58eda19795477cda385783b84ee92827);}});}google.maps.event.addDomListener(window, 'load', initialize);