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(34.0194,-117.957)};var g_fb60237133697ade8577bd8426b68bc7 = new google.maps.Geocoder();g_fb60237133697ade8577bd8426b68bc7.geocode( { 'address': "17890 Castleton St, City of Industry, CA 91748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('city-of-industry-CA-jc-and-associates-investments').style.display = '';map = new google.maps.Map(document.getElementById('city-of-industry-CA-jc-and-associates-investments'), mapOptions);}document.getElementById('61897ea8').innerHTML += ' | View Map';var $lfb60237133697ade8577bd8426b68bc7 = '

JC and Associates Investments

Address: 17890 Castleton St, City of Industry, CA 91748
Phone: (626) 964-9888
';var m_fb60237133697ade8577bd8426b68bc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JC and Associates Investments',});m_fb60237133697ade8577bd8426b68bc7['infowindow'] = new google.maps.InfoWindow({content: $lfb60237133697ade8577bd8426b68bc7});var infowindow = new google.maps.InfoWindow({content: $lfb60237133697ade8577bd8426b68bc7});google.maps.event.addListener(m_fb60237133697ade8577bd8426b68bc7, 'click', function() {infowindow.open(map,m_fb60237133697ade8577bd8426b68bc7);});$marker.push(m_fb60237133697ade8577bd8426b68bc7);}});}google.maps.event.addDomListener(window, 'load', initialize);