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.7192,-73.6889)};var g_a267198d6d211583c9933a68b30d8ac4 = new google.maps.Geocoder();g_a267198d6d211583c9933a68b30d8ac4.geocode( { 'address': "1122 Franklin Ave, STE #102, Garden City, NY 11530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-NY-charles-schwab').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-NY-charles-schwab'), mapOptions);}document.getElementById('7e4c9c28').innerHTML += ' | View Map';var $la267198d6d211583c9933a68b30d8ac4 = '

Charles Schwab

Address: 1122 Franklin Ave, STE #102, Garden City, NY 11530
Phone: (516) 873-3640
';var m_a267198d6d211583c9933a68b30d8ac4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charles Schwab',});m_a267198d6d211583c9933a68b30d8ac4['infowindow'] = new google.maps.InfoWindow({content: $la267198d6d211583c9933a68b30d8ac4});var infowindow = new google.maps.InfoWindow({content: $la267198d6d211583c9933a68b30d8ac4});google.maps.event.addListener(m_a267198d6d211583c9933a68b30d8ac4, 'click', function() {infowindow.open(map,m_a267198d6d211583c9933a68b30d8ac4);});$marker.push(m_a267198d6d211583c9933a68b30d8ac4);}});}google.maps.event.addDomListener(window, 'load', initialize);