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(42.4845,-76.4846)};var g_453cad7c1485fc1be3731762b7f6c0b9 = new google.maps.Geocoder();g_453cad7c1485fc1be3731762b7f6c0b9.geocode( { 'address': "2333 N Triphammer Rd # 101, Ithaca, NY 14850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-first-priority-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-first-priority-mortgage'), mapOptions);}document.getElementById('895c417f').innerHTML += ' | View Map';var $l453cad7c1485fc1be3731762b7f6c0b9 = '

First Priority Mortgage

Address: 2333 N Triphammer Rd # 101, Ithaca, NY 14850, USA
Phone: (607) 257-6767
';var m_453cad7c1485fc1be3731762b7f6c0b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Priority Mortgage',});m_453cad7c1485fc1be3731762b7f6c0b9['infowindow'] = new google.maps.InfoWindow({content: $l453cad7c1485fc1be3731762b7f6c0b9});var infowindow = new google.maps.InfoWindow({content: $l453cad7c1485fc1be3731762b7f6c0b9});google.maps.event.addListener(m_453cad7c1485fc1be3731762b7f6c0b9, 'click', function() {infowindow.open(map,m_453cad7c1485fc1be3731762b7f6c0b9);});$marker.push(m_453cad7c1485fc1be3731762b7f6c0b9);}});}google.maps.event.addDomListener(window, 'load', initialize);