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.1922,-77.801)};var g_d80b63634d670d6ba211dc526e018ac8 = new google.maps.Geocoder();g_d80b63634d670d6ba211dc526e018ac8.geocode( { 'address': "129 S Union St a, Spencerport, NY 14559, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spencerport-NY-finance-of-america-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('spencerport-NY-finance-of-america-mortgage-llc'), mapOptions);}document.getElementById('ac3aedd7').innerHTML += ' | View Map';var $ld80b63634d670d6ba211dc526e018ac8 = '

Finance of America Mortgage LLC

Address: 129 S Union St a, Spencerport, NY 14559, USA
Phone: (585) 617-4981
';var m_d80b63634d670d6ba211dc526e018ac8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Finance of America Mortgage LLC',});m_d80b63634d670d6ba211dc526e018ac8['infowindow'] = new google.maps.InfoWindow({content: $ld80b63634d670d6ba211dc526e018ac8});var infowindow = new google.maps.InfoWindow({content: $ld80b63634d670d6ba211dc526e018ac8});google.maps.event.addListener(m_d80b63634d670d6ba211dc526e018ac8, 'click', function() {infowindow.open(map,m_d80b63634d670d6ba211dc526e018ac8);});$marker.push(m_d80b63634d670d6ba211dc526e018ac8);}});}google.maps.event.addDomListener(window, 'load', initialize);