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.0925,-75.9484)};var g_b946c734affd9d4de72dd92957bfc9f8 = new google.maps.Geocoder();g_b946c734affd9d4de72dd92957bfc9f8.geocode( { 'address': "4777 Vestal Pkwy E Suite 4, Vestal, NY 13850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vestal-NY-homestead-funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('vestal-NY-homestead-funding-corp'), mapOptions);}document.getElementById('c023fcb9').innerHTML += ' | View Map';var $lb946c734affd9d4de72dd92957bfc9f8 = '

Homestead Funding Corp.

Address: 4777 Vestal Pkwy E Suite 4, Vestal, NY 13850, USA
Phone: (607) 224-2079
';var m_b946c734affd9d4de72dd92957bfc9f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homestead Funding Corp.',});m_b946c734affd9d4de72dd92957bfc9f8['infowindow'] = new google.maps.InfoWindow({content: $lb946c734affd9d4de72dd92957bfc9f8});var infowindow = new google.maps.InfoWindow({content: $lb946c734affd9d4de72dd92957bfc9f8});google.maps.event.addListener(m_b946c734affd9d4de72dd92957bfc9f8, 'click', function() {infowindow.open(map,m_b946c734affd9d4de72dd92957bfc9f8);});$marker.push(m_b946c734affd9d4de72dd92957bfc9f8);}});}google.maps.event.addDomListener(window, 'load', initialize);