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.8767,-72.8227)};var g_f9cabf7618dbde87fbac9b003c04caad = new google.maps.Geocoder();g_f9cabf7618dbde87fbac9b003c04caad.geocode( { 'address': "740 Hopmeadow St, Simsbury, CT 06070"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('simsbury-CT-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('simsbury-CT-bank-of-america'), mapOptions);}document.getElementById('3ba72953').innerHTML += ' | View Map';var $lf9cabf7618dbde87fbac9b003c04caad = '

Bank of America

Address: 740 Hopmeadow St, Simsbury, CT 06070
Phone: (860) 392-0005
';var m_f9cabf7618dbde87fbac9b003c04caad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_f9cabf7618dbde87fbac9b003c04caad['infowindow'] = new google.maps.InfoWindow({content: $lf9cabf7618dbde87fbac9b003c04caad});var infowindow = new google.maps.InfoWindow({content: $lf9cabf7618dbde87fbac9b003c04caad});google.maps.event.addListener(m_f9cabf7618dbde87fbac9b003c04caad, 'click', function() {infowindow.open(map,m_f9cabf7618dbde87fbac9b003c04caad);});$marker.push(m_f9cabf7618dbde87fbac9b003c04caad);}});}google.maps.event.addDomListener(window, 'load', initialize);