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.6885,-73.7415)};var g_40044acbbcf49ef2c6321d63c35fdc9b = new google.maps.Geocoder();g_40044acbbcf49ef2c6321d63c35fdc9b.geocode( { 'address': "1131 State Rte 55 #1, Lagrangeville, NY 12540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lagrangeville-NY-college-planning-101-inc').style.display = '';map = new google.maps.Map(document.getElementById('lagrangeville-NY-college-planning-101-inc'), mapOptions);}document.getElementById('d5a29f9d').innerHTML += ' | View Map';var $l40044acbbcf49ef2c6321d63c35fdc9b = '

College Planning 101, Inc

Address: 1131 State Rte 55 #1, Lagrangeville, NY 12540, USA
Phone: (845) 605-1100
';var m_40044acbbcf49ef2c6321d63c35fdc9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'College Planning 101, Inc',});m_40044acbbcf49ef2c6321d63c35fdc9b['infowindow'] = new google.maps.InfoWindow({content: $l40044acbbcf49ef2c6321d63c35fdc9b});var infowindow = new google.maps.InfoWindow({content: $l40044acbbcf49ef2c6321d63c35fdc9b});google.maps.event.addListener(m_40044acbbcf49ef2c6321d63c35fdc9b, 'click', function() {infowindow.open(map,m_40044acbbcf49ef2c6321d63c35fdc9b);});$marker.push(m_40044acbbcf49ef2c6321d63c35fdc9b);}});}google.maps.event.addDomListener(window, 'load', initialize);