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.0975,-117.903)};var g_cebd648f9146a6345d604ab093b02c73 = new google.maps.Geocoder();g_cebd648f9146a6345d604ab093b02c73.geocode( { 'address': "328 E San Bernardino Rd, Covina, CA 91723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-san-gabriel-valley-postal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-san-gabriel-valley-postal-credit-union'), mapOptions);}document.getElementById('664fafdf').innerHTML += ' | View Map';var $lcebd648f9146a6345d604ab093b02c73 = '

San Gabriel Valley Postal Credit Union

Address: 328 E San Bernardino Rd, Covina, CA 91723
Phone: (626) 915-3841
';var m_cebd648f9146a6345d604ab093b02c73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Gabriel Valley Postal Credit Union',});m_cebd648f9146a6345d604ab093b02c73['infowindow'] = new google.maps.InfoWindow({content: $lcebd648f9146a6345d604ab093b02c73});var infowindow = new google.maps.InfoWindow({content: $lcebd648f9146a6345d604ab093b02c73});google.maps.event.addListener(m_cebd648f9146a6345d604ab093b02c73, 'click', function() {infowindow.open(map,m_cebd648f9146a6345d604ab093b02c73);});$marker.push(m_cebd648f9146a6345d604ab093b02c73);}});}google.maps.event.addDomListener(window, 'load', initialize);