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.6651,-73.6378)};var g_5b1d26633d4c8f009de55417638d2951 = new google.maps.Geocoder();g_5b1d26633d4c8f009de55417638d2951.geocode( { 'address': "100 N Centre Ave, Rockville Centre, NY 11570"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockville-centre-NY-wall-william-financial-services-group').style.display = '';map = new google.maps.Map(document.getElementById('rockville-centre-NY-wall-william-financial-services-group'), mapOptions);}document.getElementById('523d1d67').innerHTML += ' | View Map';var $l5b1d26633d4c8f009de55417638d2951 = '

Wall & William Financial Services Group

Address: 100 N Centre Ave, Rockville Centre, NY 11570
Phone: (516) 256-5000
';var m_5b1d26633d4c8f009de55417638d2951 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wall & William Financial Services Group',});m_5b1d26633d4c8f009de55417638d2951['infowindow'] = new google.maps.InfoWindow({content: $l5b1d26633d4c8f009de55417638d2951});var infowindow = new google.maps.InfoWindow({content: $l5b1d26633d4c8f009de55417638d2951});google.maps.event.addListener(m_5b1d26633d4c8f009de55417638d2951, 'click', function() {infowindow.open(map,m_5b1d26633d4c8f009de55417638d2951);});$marker.push(m_5b1d26633d4c8f009de55417638d2951);}});}google.maps.event.addDomListener(window, 'load', initialize);