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.0983,-79.2964)};var g_e02d50436965d3041c4141863c7571d2 = new google.maps.Geocoder();g_e02d50436965d3041c4141863c7571d2.geocode( { 'address': "395 E Fairmount Ave, Lakewood, NY 14750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-NY-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-NY-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('04f599d4').innerHTML += ' | View Map';var $le02d50436965d3041c4141863c7571d2 = '

Wells Fargo Home Mortgage

Address: 395 E Fairmount Ave, Lakewood, NY 14750, USA
Phone: (716) 763-2759
';var m_e02d50436965d3041c4141863c7571d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_e02d50436965d3041c4141863c7571d2['infowindow'] = new google.maps.InfoWindow({content: $le02d50436965d3041c4141863c7571d2});var infowindow = new google.maps.InfoWindow({content: $le02d50436965d3041c4141863c7571d2});google.maps.event.addListener(m_e02d50436965d3041c4141863c7571d2, 'click', function() {infowindow.open(map,m_e02d50436965d3041c4141863c7571d2);});$marker.push(m_e02d50436965d3041c4141863c7571d2);}});}google.maps.event.addDomListener(window, 'load', initialize);