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.14,-117.994)};var g_ec5df87779e995a54bde440633afb137 = new google.maps.Geocoder();g_ec5df87779e995a54bde440633afb137.geocode( { 'address': "404 E Huntington Dr, Monrovia, CA 91016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monrovia-CA-focus-one-comm-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('monrovia-CA-focus-one-comm-credit-union'), mapOptions);}document.getElementById('ca43286a').innerHTML += ' | View Map';var $lec5df87779e995a54bde440633afb137 = '

Focus One Comm Credit Union

Address: 404 E Huntington Dr, Monrovia, CA 91016, USA
Phone: (626) 471-3300
';var m_ec5df87779e995a54bde440633afb137 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Focus One Comm Credit Union',});m_ec5df87779e995a54bde440633afb137['infowindow'] = new google.maps.InfoWindow({content: $lec5df87779e995a54bde440633afb137});var infowindow = new google.maps.InfoWindow({content: $lec5df87779e995a54bde440633afb137});google.maps.event.addListener(m_ec5df87779e995a54bde440633afb137, 'click', function() {infowindow.open(map,m_ec5df87779e995a54bde440633afb137);});$marker.push(m_ec5df87779e995a54bde440633afb137);}});}google.maps.event.addDomListener(window, 'load', initialize);