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(33.7841,-117.843)};var g_0d6c3328aca8283a680588b4b4ea566e = new google.maps.Geocoder();g_0d6c3328aca8283a680588b4b4ea566e.geocode( { 'address': "1918 W Chapman Ave, Orange, CA 92868"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-CA-building-trades-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('orange-CA-building-trades-federal-credit-union'), mapOptions);}document.getElementById('3b566cd5').innerHTML += ' | View Map';var $l0d6c3328aca8283a680588b4b4ea566e = '

Building Trades Federal Credit Union

Address: 1918 W Chapman Ave, Orange, CA 92868
Phone: (323) 773-7834
';var m_0d6c3328aca8283a680588b4b4ea566e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Building Trades Federal Credit Union',});m_0d6c3328aca8283a680588b4b4ea566e['infowindow'] = new google.maps.InfoWindow({content: $l0d6c3328aca8283a680588b4b4ea566e});var infowindow = new google.maps.InfoWindow({content: $l0d6c3328aca8283a680588b4b4ea566e});google.maps.event.addListener(m_0d6c3328aca8283a680588b4b4ea566e, 'click', function() {infowindow.open(map,m_0d6c3328aca8283a680588b4b4ea566e);});$marker.push(m_0d6c3328aca8283a680588b4b4ea566e);}});}google.maps.event.addDomListener(window, 'load', initialize);