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(33.5589,-117.184)};var g_577157555c6d678c9d09855f380dff9d = new google.maps.Geocoder();g_577157555c6d678c9d09855f380dff9d.geocode( { 'address': "25500 Medical Center Dr, Murrieta, CA 92562, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murrieta-CA-sdccu-atm').style.display = '';map = new google.maps.Map(document.getElementById('murrieta-CA-sdccu-atm'), mapOptions);}document.getElementById('ed0473b4').innerHTML += ' | View Map';var $l577157555c6d678c9d09855f380dff9d = '

SDCCU ATM

Address: 25500 Medical Center Dr, Murrieta, CA 92562, USA
Phone: (877) 732-2848
';var m_577157555c6d678c9d09855f380dff9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SDCCU ATM',});m_577157555c6d678c9d09855f380dff9d['infowindow'] = new google.maps.InfoWindow({content: $l577157555c6d678c9d09855f380dff9d});var infowindow = new google.maps.InfoWindow({content: $l577157555c6d678c9d09855f380dff9d});google.maps.event.addListener(m_577157555c6d678c9d09855f380dff9d, 'click', function() {infowindow.open(map,m_577157555c6d678c9d09855f380dff9d);});$marker.push(m_577157555c6d678c9d09855f380dff9d);}});}google.maps.event.addDomListener(window, 'load', initialize);