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(40.8835,-72.3947)};var g_2645ff43ea128afc5115281bd602c8dd = new google.maps.Geocoder();g_2645ff43ea128afc5115281bd602c8dd.geocode( { 'address': "42 Hill St, Southampton, NY 11968, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southampton-NY-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('southampton-NY-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('c98ef248').innerHTML += ' | View Map';var $l2645ff43ea128afc5115281bd602c8dd = '

Wells Fargo Home Mortgage

Address: 42 Hill St, Southampton, NY 11968, USA
Phone: (631) 283-2120
';var m_2645ff43ea128afc5115281bd602c8dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_2645ff43ea128afc5115281bd602c8dd['infowindow'] = new google.maps.InfoWindow({content: $l2645ff43ea128afc5115281bd602c8dd});var infowindow = new google.maps.InfoWindow({content: $l2645ff43ea128afc5115281bd602c8dd});google.maps.event.addListener(m_2645ff43ea128afc5115281bd602c8dd, 'click', function() {infowindow.open(map,m_2645ff43ea128afc5115281bd602c8dd);});$marker.push(m_2645ff43ea128afc5115281bd602c8dd);}});}google.maps.event.addDomListener(window, 'load', initialize);