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.8739,-72.8019)};var g_0c6ce35af00a57880fe02c768047dff8 = new google.maps.Geocoder();g_0c6ce35af00a57880fe02c768047dff8.geocode( { 'address': "8 Wilcox St, Simsbury, CT 06070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('simsbury-CT-mortgage-master---simsbury-ct').style.display = '';map = new google.maps.Map(document.getElementById('simsbury-CT-mortgage-master---simsbury-ct'), mapOptions);}document.getElementById('9d9818f8').innerHTML += ' | View Map';var $l0c6ce35af00a57880fe02c768047dff8 = '

Mortgage Master - Simsbury, CT

Address: 8 Wilcox St, Simsbury, CT 06070, USA
Phone: (860) 413-2171
';var m_0c6ce35af00a57880fe02c768047dff8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Master - Simsbury, CT',});m_0c6ce35af00a57880fe02c768047dff8['infowindow'] = new google.maps.InfoWindow({content: $l0c6ce35af00a57880fe02c768047dff8});var infowindow = new google.maps.InfoWindow({content: $l0c6ce35af00a57880fe02c768047dff8});google.maps.event.addListener(m_0c6ce35af00a57880fe02c768047dff8, 'click', function() {infowindow.open(map,m_0c6ce35af00a57880fe02c768047dff8);});$marker.push(m_0c6ce35af00a57880fe02c768047dff8);}});}google.maps.event.addDomListener(window, 'load', initialize);