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.4559,-76.5113)};var g_bf5add5709ab360ba7d4c33da5e75a06 = new google.maps.Geocoder();g_bf5add5709ab360ba7d4c33da5e75a06.geocode( { 'address': "204 W 1st St, Oswego, NY 13126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-NY-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('oswego-NY-chase-mortgage'), mapOptions);}document.getElementById('458dd3b8').innerHTML += ' | View Map';var $lbf5add5709ab360ba7d4c33da5e75a06 = '

Chase Mortgage

Address: 204 W 1st St, Oswego, NY 13126, USA
Phone: (315) 558-0005
';var m_bf5add5709ab360ba7d4c33da5e75a06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_bf5add5709ab360ba7d4c33da5e75a06['infowindow'] = new google.maps.InfoWindow({content: $lbf5add5709ab360ba7d4c33da5e75a06});var infowindow = new google.maps.InfoWindow({content: $lbf5add5709ab360ba7d4c33da5e75a06});google.maps.event.addListener(m_bf5add5709ab360ba7d4c33da5e75a06, 'click', function() {infowindow.open(map,m_bf5add5709ab360ba7d4c33da5e75a06);});$marker.push(m_bf5add5709ab360ba7d4c33da5e75a06);}});}google.maps.event.addDomListener(window, 'load', initialize);