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.107,-77.6224)};var g_7743900015b6b880f6c937b10780acc2 = new google.maps.Geocoder();g_7743900015b6b880f6c937b10780acc2.geocode( { 'address': "155 Corporate Woods #320, Rochester, NY 14623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-NY-ffc-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('rochester-NY-ffc-mortgage'), mapOptions);}document.getElementById('c27ff83b').innerHTML += ' | View Map';var $l7743900015b6b880f6c937b10780acc2 = '

FFC Mortgage

Address: 155 Corporate Woods #320, Rochester, NY 14623, USA
Phone: (585) 697-3500
';var m_7743900015b6b880f6c937b10780acc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FFC Mortgage',});m_7743900015b6b880f6c937b10780acc2['infowindow'] = new google.maps.InfoWindow({content: $l7743900015b6b880f6c937b10780acc2});var infowindow = new google.maps.InfoWindow({content: $l7743900015b6b880f6c937b10780acc2});google.maps.event.addListener(m_7743900015b6b880f6c937b10780acc2, 'click', function() {infowindow.open(map,m_7743900015b6b880f6c937b10780acc2);});$marker.push(m_7743900015b6b880f6c937b10780acc2);}});}google.maps.event.addDomListener(window, 'load', initialize);