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(46.5425,-87.3916)};var g_b76bc3f13223437d06c7dcc6184c0d08 = new google.maps.Geocoder();g_b76bc3f13223437d06c7dcc6184c0d08.geocode( { 'address': "115 S Lakeshore Blvd # D, Marquette, MI 49855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marquette-MI-stephenson-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('marquette-MI-stephenson-national-bank'), mapOptions);}document.getElementById('aaa2997f').innerHTML += ' | View Map';var $lb76bc3f13223437d06c7dcc6184c0d08 = '

Stephenson National Bank

Address: 115 S Lakeshore Blvd # D, Marquette, MI 49855, USA
Phone: (906) 273-1501
';var m_b76bc3f13223437d06c7dcc6184c0d08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stephenson National Bank',});m_b76bc3f13223437d06c7dcc6184c0d08['infowindow'] = new google.maps.InfoWindow({content: $lb76bc3f13223437d06c7dcc6184c0d08});var infowindow = new google.maps.InfoWindow({content: $lb76bc3f13223437d06c7dcc6184c0d08});google.maps.event.addListener(m_b76bc3f13223437d06c7dcc6184c0d08, 'click', function() {infowindow.open(map,m_b76bc3f13223437d06c7dcc6184c0d08);});$marker.push(m_b76bc3f13223437d06c7dcc6184c0d08);}});}google.maps.event.addDomListener(window, 'load', initialize);