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.9076,-72.4111)};var g_b50cfaddb2a87cff54f3cb6a4df8a621 = new google.maps.Geocoder();g_b50cfaddb2a87cff54f3cb6a4df8a621.geocode( { 'address': "16 Hill St, Southampton, NY 11968"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southampton-NY-charles-schwab-bank').style.display = '';map = new google.maps.Map(document.getElementById('southampton-NY-charles-schwab-bank'), mapOptions);}document.getElementById('0edcdc92').innerHTML += ' | View Map';var $lb50cfaddb2a87cff54f3cb6a4df8a621 = '

Charles Schwab Bank

Address: 16 Hill St, Southampton, NY 11968
Phone: (845) 519-1020
';var m_b50cfaddb2a87cff54f3cb6a4df8a621 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charles Schwab Bank',});m_b50cfaddb2a87cff54f3cb6a4df8a621['infowindow'] = new google.maps.InfoWindow({content: $lb50cfaddb2a87cff54f3cb6a4df8a621});var infowindow = new google.maps.InfoWindow({content: $lb50cfaddb2a87cff54f3cb6a4df8a621});google.maps.event.addListener(m_b50cfaddb2a87cff54f3cb6a4df8a621, 'click', function() {infowindow.open(map,m_b50cfaddb2a87cff54f3cb6a4df8a621);});$marker.push(m_b50cfaddb2a87cff54f3cb6a4df8a621);}});}google.maps.event.addDomListener(window, 'load', initialize);