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(42.793,-71.5239)};var g_c3106615de87ad883f724965cebc2d13 = new google.maps.Geocoder();g_c3106615de87ad883f724965cebc2d13.geocode( { 'address': "500 Amherst St, Nashua, NH 03063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nashua-NH-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('nashua-NH-bank-of-america-financial-center'), mapOptions);}document.getElementById('59dd03ff').innerHTML += ' | View Map';var $lc3106615de87ad883f724965cebc2d13 = '

Bank of America Financial Center

Address: 500 Amherst St, Nashua, NH 03063, USA
Phone: (603) 595-4961
';var m_c3106615de87ad883f724965cebc2d13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_c3106615de87ad883f724965cebc2d13['infowindow'] = new google.maps.InfoWindow({content: $lc3106615de87ad883f724965cebc2d13});var infowindow = new google.maps.InfoWindow({content: $lc3106615de87ad883f724965cebc2d13});google.maps.event.addListener(m_c3106615de87ad883f724965cebc2d13, 'click', function() {infowindow.open(map,m_c3106615de87ad883f724965cebc2d13);});$marker.push(m_c3106615de87ad883f724965cebc2d13);}});}google.maps.event.addDomListener(window, 'load', initialize);