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.3826,-72.9006)};var g_dd80eca11927ffa2b0131bad15de323d = new google.maps.Geocoder();g_dd80eca11927ffa2b0131bad15de323d.geocode( { 'address': "2321 Whitney Ave # 101, Hamden, CT 06518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamden-CT-brookview-financial').style.display = '';map = new google.maps.Map(document.getElementById('hamden-CT-brookview-financial'), mapOptions);}document.getElementById('34775da5').innerHTML += ' | View Map';var $ldd80eca11927ffa2b0131bad15de323d = '

Brookview Financial

Address: 2321 Whitney Ave # 101, Hamden, CT 06518, USA
Phone: (203) 230-8500
';var m_dd80eca11927ffa2b0131bad15de323d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brookview Financial',});m_dd80eca11927ffa2b0131bad15de323d['infowindow'] = new google.maps.InfoWindow({content: $ldd80eca11927ffa2b0131bad15de323d});var infowindow = new google.maps.InfoWindow({content: $ldd80eca11927ffa2b0131bad15de323d});google.maps.event.addListener(m_dd80eca11927ffa2b0131bad15de323d, 'click', function() {infowindow.open(map,m_dd80eca11927ffa2b0131bad15de323d);});$marker.push(m_dd80eca11927ffa2b0131bad15de323d);}});}google.maps.event.addDomListener(window, 'load', initialize);