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(41.9795,-70.7451)};var g_c2c36237a8b3e763b27cac88edfc2480 = new google.maps.Geocoder();g_c2c36237a8b3e763b27cac88edfc2480.geocode( { 'address': "185 Summer St, Kingston, MA 02364"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-MA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('kingston-MA-bank-of-america'), mapOptions);}document.getElementById('cea3f28b').innerHTML += ' | View Map';var $lc2c36237a8b3e763b27cac88edfc2480 = '

Bank of America

Address: 185 Summer St, Kingston, MA 02364
Phone: (781) 585-1285
';var m_c2c36237a8b3e763b27cac88edfc2480 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_c2c36237a8b3e763b27cac88edfc2480['infowindow'] = new google.maps.InfoWindow({content: $lc2c36237a8b3e763b27cac88edfc2480});var infowindow = new google.maps.InfoWindow({content: $lc2c36237a8b3e763b27cac88edfc2480});google.maps.event.addListener(m_c2c36237a8b3e763b27cac88edfc2480, 'click', function() {infowindow.open(map,m_c2c36237a8b3e763b27cac88edfc2480);});$marker.push(m_c2c36237a8b3e763b27cac88edfc2480);}});}google.maps.event.addDomListener(window, 'load', initialize);