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.0484,-118.163)};var g_f73c2c536908327c3e7ab819ea778560 = new google.maps.Geocoder();g_f73c2c536908327c3e7ab819ea778560.geocode( { 'address': "1200 Corporate Center Dr # 122, Monterey Park, CA 91754, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-park-CA-union-pacific-california-fcu').style.display = '';map = new google.maps.Map(document.getElementById('monterey-park-CA-union-pacific-california-fcu'), mapOptions);}document.getElementById('5191106a').innerHTML += ' | View Map';var $lf73c2c536908327c3e7ab819ea778560 = '

Union Pacific California FCU

Address: 1200 Corporate Center Dr # 122, Monterey Park, CA 91754, USA
Phone: (562) 693-6495
';var m_f73c2c536908327c3e7ab819ea778560 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Pacific California FCU',});m_f73c2c536908327c3e7ab819ea778560['infowindow'] = new google.maps.InfoWindow({content: $lf73c2c536908327c3e7ab819ea778560});var infowindow = new google.maps.InfoWindow({content: $lf73c2c536908327c3e7ab819ea778560});google.maps.event.addListener(m_f73c2c536908327c3e7ab819ea778560, 'click', function() {infowindow.open(map,m_f73c2c536908327c3e7ab819ea778560);});$marker.push(m_f73c2c536908327c3e7ab819ea778560);}});}google.maps.event.addDomListener(window, 'load', initialize);