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(44.7671,-85.6349)};var g_e724332c38bdef9d144f36a5b703d621 = new google.maps.Geocoder();g_e724332c38bdef9d144f36a5b703d621.geocode( { 'address': "315 N Division St, Traverse City, MI 49684, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('traverse-city-MI-first-national-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('traverse-city-MI-first-national-bank-of-america'), mapOptions);}document.getElementById('d80eb290').innerHTML += ' | View Map';var $le724332c38bdef9d144f36a5b703d621 = '

First National Bank of America

Address: 315 N Division St, Traverse City, MI 49684, USA
Phone: (231) 995-4220
';var m_e724332c38bdef9d144f36a5b703d621 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of America',});m_e724332c38bdef9d144f36a5b703d621['infowindow'] = new google.maps.InfoWindow({content: $le724332c38bdef9d144f36a5b703d621});var infowindow = new google.maps.InfoWindow({content: $le724332c38bdef9d144f36a5b703d621});google.maps.event.addListener(m_e724332c38bdef9d144f36a5b703d621, 'click', function() {infowindow.open(map,m_e724332c38bdef9d144f36a5b703d621);});$marker.push(m_e724332c38bdef9d144f36a5b703d621);}});}google.maps.event.addDomListener(window, 'load', initialize);