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.0966,-88.3293)};var g_aff1fe38fce628d57c0c5e1b5eac039d = new google.maps.Geocoder();g_aff1fe38fce628d57c0c5e1b5eac039d.geocode( { 'address': "125 Superior Ave, Crystal Falls, MI 49920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-falls-MI-first-national-bank-of-crystal-falls').style.display = '';map = new google.maps.Map(document.getElementById('crystal-falls-MI-first-national-bank-of-crystal-falls'), mapOptions);}document.getElementById('18dea438').innerHTML += ' | View Map';var $laff1fe38fce628d57c0c5e1b5eac039d = '

First National Bank of Crystal Falls

Address: 125 Superior Ave, Crystal Falls, MI 49920, USA
Phone: (906) 875-4505
';var m_aff1fe38fce628d57c0c5e1b5eac039d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Crystal Falls',});m_aff1fe38fce628d57c0c5e1b5eac039d['infowindow'] = new google.maps.InfoWindow({content: $laff1fe38fce628d57c0c5e1b5eac039d});var infowindow = new google.maps.InfoWindow({content: $laff1fe38fce628d57c0c5e1b5eac039d});google.maps.event.addListener(m_aff1fe38fce628d57c0c5e1b5eac039d, 'click', function() {infowindow.open(map,m_aff1fe38fce628d57c0c5e1b5eac039d);});$marker.push(m_aff1fe38fce628d57c0c5e1b5eac039d);}});}google.maps.event.addDomListener(window, 'load', initialize);