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.7557,-73.558)};var g_1369286ffd51e42b85a85f7b6a5434cc = new google.maps.Geocoder();g_1369286ffd51e42b85a85f7b6a5434cc.geocode( { 'address': "1025 Old Country Rd # 100, Westbury, NY 11590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westbury-NY-financial-equities').style.display = '';map = new google.maps.Map(document.getElementById('westbury-NY-financial-equities'), mapOptions);}document.getElementById('fc190852').innerHTML += ' | View Map';var $l1369286ffd51e42b85a85f7b6a5434cc = '

Financial Equities

Address: 1025 Old Country Rd # 100, Westbury, NY 11590, USA
Phone: (631) 447-0505
';var m_1369286ffd51e42b85a85f7b6a5434cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Equities',});m_1369286ffd51e42b85a85f7b6a5434cc['infowindow'] = new google.maps.InfoWindow({content: $l1369286ffd51e42b85a85f7b6a5434cc});var infowindow = new google.maps.InfoWindow({content: $l1369286ffd51e42b85a85f7b6a5434cc});google.maps.event.addListener(m_1369286ffd51e42b85a85f7b6a5434cc, 'click', function() {infowindow.open(map,m_1369286ffd51e42b85a85f7b6a5434cc);});$marker.push(m_1369286ffd51e42b85a85f7b6a5434cc);}});}google.maps.event.addDomListener(window, 'load', initialize);