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.9534,-72.7968)};var g_395aeb12b3d845d092f4642cc00e2c9b = new google.maps.Geocoder();g_395aeb12b3d845d092f4642cc00e2c9b.geocode( { 'address': "9 Bank St, Granby, CT 06035"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granby-CT-edward-jones-investments').style.display = '';map = new google.maps.Map(document.getElementById('granby-CT-edward-jones-investments'), mapOptions);}document.getElementById('0f598c76').innerHTML += ' | View Map';var $l395aeb12b3d845d092f4642cc00e2c9b = '

Edward Jones Investments

Address: 9 Bank St, Granby, CT 06035
Phone: (860) 844-8515
';var m_395aeb12b3d845d092f4642cc00e2c9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edward Jones Investments',});m_395aeb12b3d845d092f4642cc00e2c9b['infowindow'] = new google.maps.InfoWindow({content: $l395aeb12b3d845d092f4642cc00e2c9b});var infowindow = new google.maps.InfoWindow({content: $l395aeb12b3d845d092f4642cc00e2c9b});google.maps.event.addListener(m_395aeb12b3d845d092f4642cc00e2c9b, 'click', function() {infowindow.open(map,m_395aeb12b3d845d092f4642cc00e2c9b);});$marker.push(m_395aeb12b3d845d092f4642cc00e2c9b);}});}google.maps.event.addDomListener(window, 'load', initialize);