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.9473,-74.2458)};var g_5ae81daa87d6649df09002741e5b1738 = new google.maps.Geocoder();g_5ae81daa87d6649df09002741e5b1738.geocode( { 'address': "1912 Hamburg Tpke, Wayne, NJ 07470"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-NJ-windward-capital-group').style.display = '';map = new google.maps.Map(document.getElementById('wayne-NJ-windward-capital-group'), mapOptions);}document.getElementById('62669df0').innerHTML += ' | View Map';var $l5ae81daa87d6649df09002741e5b1738 = '

Windward Capital Group

Address: 1912 Hamburg Tpke, Wayne, NJ 07470
Phone: (973) 831-9898
';var m_5ae81daa87d6649df09002741e5b1738 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Windward Capital Group',});m_5ae81daa87d6649df09002741e5b1738['infowindow'] = new google.maps.InfoWindow({content: $l5ae81daa87d6649df09002741e5b1738});var infowindow = new google.maps.InfoWindow({content: $l5ae81daa87d6649df09002741e5b1738});google.maps.event.addListener(m_5ae81daa87d6649df09002741e5b1738, 'click', function() {infowindow.open(map,m_5ae81daa87d6649df09002741e5b1738);});$marker.push(m_5ae81daa87d6649df09002741e5b1738);}});}google.maps.event.addDomListener(window, 'load', initialize);