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.3208,-72.2119)};var g_70777388caf7c1ad7f5c3e9577f88a77 = new google.maps.Geocoder();g_70777388caf7c1ad7f5c3e9577f88a77.geocode( { 'address': "15 Liberty Way, Niantic, CT 06357"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niantic-CT-diamond-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('niantic-CT-diamond-mortgage-group'), mapOptions);}document.getElementById('e46bd699').innerHTML += ' | View Map';var $l70777388caf7c1ad7f5c3e9577f88a77 = '

Diamond Mortgage Group

Address: 15 Liberty Way, Niantic, CT 06357
Phone: (860) 739-8197
';var m_70777388caf7c1ad7f5c3e9577f88a77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Mortgage Group',});m_70777388caf7c1ad7f5c3e9577f88a77['infowindow'] = new google.maps.InfoWindow({content: $l70777388caf7c1ad7f5c3e9577f88a77});var infowindow = new google.maps.InfoWindow({content: $l70777388caf7c1ad7f5c3e9577f88a77});google.maps.event.addListener(m_70777388caf7c1ad7f5c3e9577f88a77, 'click', function() {infowindow.open(map,m_70777388caf7c1ad7f5c3e9577f88a77);});$marker.push(m_70777388caf7c1ad7f5c3e9577f88a77);}});}google.maps.event.addDomListener(window, 'load', initialize);