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(43.0919,-75.2812)};var g_3fc685cf33edf02c547abb4eb7dba00f = new google.maps.Geocoder();g_3fc685cf33edf02c547abb4eb7dba00f.geocode( { 'address': "41 Notre Dame Ln, Utica, NY 13502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('utica-NY-commonfund-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('utica-NY-commonfund-mortgage'), mapOptions);}document.getElementById('c96630ac').innerHTML += ' | View Map';var $l3fc685cf33edf02c547abb4eb7dba00f = '

Commonfund Mortgage

Address: 41 Notre Dame Ln, Utica, NY 13502, USA
Phone: (315) 507-4760
';var m_3fc685cf33edf02c547abb4eb7dba00f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commonfund Mortgage',});m_3fc685cf33edf02c547abb4eb7dba00f['infowindow'] = new google.maps.InfoWindow({content: $l3fc685cf33edf02c547abb4eb7dba00f});var infowindow = new google.maps.InfoWindow({content: $l3fc685cf33edf02c547abb4eb7dba00f});google.maps.event.addListener(m_3fc685cf33edf02c547abb4eb7dba00f, 'click', function() {infowindow.open(map,m_3fc685cf33edf02c547abb4eb7dba00f);});$marker.push(m_3fc685cf33edf02c547abb4eb7dba00f);}});}google.maps.event.addDomListener(window, 'load', initialize);