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(37.9487,-122.061)};var g_ee8374ec4e4ad797d42350c904d73077 = new google.maps.Geocoder();g_ee8374ec4e4ad797d42350c904d73077.geocode( { 'address': "2051 Contra Costa Blvd, Pleasant Hill, CA 94523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasant-hill-CA-pacific-service-cu').style.display = '';map = new google.maps.Map(document.getElementById('pleasant-hill-CA-pacific-service-cu'), mapOptions);}document.getElementById('a37fbb2c').innerHTML += ' | View Map';var $lee8374ec4e4ad797d42350c904d73077 = '

Pacific Service CU

Address: 2051 Contra Costa Blvd, Pleasant Hill, CA 94523, USA
Phone: (925) 296-6200
';var m_ee8374ec4e4ad797d42350c904d73077 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Service CU',});m_ee8374ec4e4ad797d42350c904d73077['infowindow'] = new google.maps.InfoWindow({content: $lee8374ec4e4ad797d42350c904d73077});var infowindow = new google.maps.InfoWindow({content: $lee8374ec4e4ad797d42350c904d73077});google.maps.event.addListener(m_ee8374ec4e4ad797d42350c904d73077, 'click', function() {infowindow.open(map,m_ee8374ec4e4ad797d42350c904d73077);});$marker.push(m_ee8374ec4e4ad797d42350c904d73077);}});}google.maps.event.addDomListener(window, 'load', initialize);