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(32.8073,-117.117)};var g_5fe4a3e748e5703e29e195236873796e = new google.maps.Geocoder();g_5fe4a3e748e5703e29e195236873796e.geocode( { 'address': "3550 Murphy Canyon Rd, San Diego, CA 92123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-vons-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-vons-credit-union'), mapOptions);}document.getElementById('95de1b59').innerHTML += ' | View Map';var $l5fe4a3e748e5703e29e195236873796e = '

Vons Credit Union

Address: 3550 Murphy Canyon Rd, San Diego, CA 92123, USA
Phone: (626) 444-1972
';var m_5fe4a3e748e5703e29e195236873796e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vons Credit Union',});m_5fe4a3e748e5703e29e195236873796e['infowindow'] = new google.maps.InfoWindow({content: $l5fe4a3e748e5703e29e195236873796e});var infowindow = new google.maps.InfoWindow({content: $l5fe4a3e748e5703e29e195236873796e});google.maps.event.addListener(m_5fe4a3e748e5703e29e195236873796e, 'click', function() {infowindow.open(map,m_5fe4a3e748e5703e29e195236873796e);});$marker.push(m_5fe4a3e748e5703e29e195236873796e);}});}google.maps.event.addDomListener(window, 'load', initialize);