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(41.1445,-73.9965)};var g_b3f6a2c1d57ca090e07f516eb18f54b5 = new google.maps.Geocoder();g_b3f6a2c1d57ca090e07f516eb18f54b5.geocode( { 'address': "292 S Main St, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-scottrade').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-scottrade'), mapOptions);}document.getElementById('4abc20e9').innerHTML += ' | View Map';var $lb3f6a2c1d57ca090e07f516eb18f54b5 = '

Scottrade

Address: 292 S Main St, New City, NY 10956
Phone: (845) 639-0530
';var m_b3f6a2c1d57ca090e07f516eb18f54b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scottrade',});m_b3f6a2c1d57ca090e07f516eb18f54b5['infowindow'] = new google.maps.InfoWindow({content: $lb3f6a2c1d57ca090e07f516eb18f54b5});var infowindow = new google.maps.InfoWindow({content: $lb3f6a2c1d57ca090e07f516eb18f54b5});google.maps.event.addListener(m_b3f6a2c1d57ca090e07f516eb18f54b5, 'click', function() {infowindow.open(map,m_b3f6a2c1d57ca090e07f516eb18f54b5);});$marker.push(m_b3f6a2c1d57ca090e07f516eb18f54b5);}});}google.maps.event.addDomListener(window, 'load', initialize);