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.7212,-73.8502)};var g_13522ab91425e716bb8bcae319adc8c8 = new google.maps.Geocoder();g_13522ab91425e716bb8bcae319adc8c8.geocode( { 'address': "11821 Queens Blvd, Forest Hills, NY 11375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hills-NY-centex-capital').style.display = '';map = new google.maps.Map(document.getElementById('forest-hills-NY-centex-capital'), mapOptions);}document.getElementById('ceb1bf9d').innerHTML += ' | View Map';var $l13522ab91425e716bb8bcae319adc8c8 = '

Centex Capital

Address: 11821 Queens Blvd, Forest Hills, NY 11375
Phone: (718) 997-6000
';var m_13522ab91425e716bb8bcae319adc8c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centex Capital',});m_13522ab91425e716bb8bcae319adc8c8['infowindow'] = new google.maps.InfoWindow({content: $l13522ab91425e716bb8bcae319adc8c8});var infowindow = new google.maps.InfoWindow({content: $l13522ab91425e716bb8bcae319adc8c8});google.maps.event.addListener(m_13522ab91425e716bb8bcae319adc8c8, 'click', function() {infowindow.open(map,m_13522ab91425e716bb8bcae319adc8c8);});$marker.push(m_13522ab91425e716bb8bcae319adc8c8);}});}google.maps.event.addDomListener(window, 'load', initialize);