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.0648,-118.276)};var g_fa5cca4a225bbc66d06943e6ece245fb = new google.maps.Geocoder();g_fa5cca4a225bbc66d06943e6ece245fb.geocode( { 'address': "2351 W 3rd St, Los Angeles, CA 90057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-building-industry-credit-association').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-building-industry-credit-association'), mapOptions);}document.getElementById('dd0dd85e').innerHTML += ' | View Map';var $lfa5cca4a225bbc66d06943e6ece245fb = '

Building Industry Credit Association

Address: 2351 W 3rd St, Los Angeles, CA 90057, USA
Phone: (213) 251-1100
';var m_fa5cca4a225bbc66d06943e6ece245fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Building Industry Credit Association',});m_fa5cca4a225bbc66d06943e6ece245fb['infowindow'] = new google.maps.InfoWindow({content: $lfa5cca4a225bbc66d06943e6ece245fb});var infowindow = new google.maps.InfoWindow({content: $lfa5cca4a225bbc66d06943e6ece245fb});google.maps.event.addListener(m_fa5cca4a225bbc66d06943e6ece245fb, 'click', function() {infowindow.open(map,m_fa5cca4a225bbc66d06943e6ece245fb);});$marker.push(m_fa5cca4a225bbc66d06943e6ece245fb);}});}google.maps.event.addDomListener(window, 'load', initialize);