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.5673,-117.708)};var g_a3c788c57e423fa9c177544a4d5d1239 = new google.maps.Geocoder();g_a3c788c57e423fa9c177544a4d5d1239.geocode( { 'address': "27211 La Paz Rd, Laguna Niguel, CA 92677, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laguna-niguel-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('laguna-niguel-CA-atm-union-bank'), mapOptions);}document.getElementById('fdc64410').innerHTML += ' | View Map';var $la3c788c57e423fa9c177544a4d5d1239 = '

ATM (Union Bank)

Address: 27211 La Paz Rd, Laguna Niguel, CA 92677, USA
Phone:
';var m_a3c788c57e423fa9c177544a4d5d1239 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_a3c788c57e423fa9c177544a4d5d1239['infowindow'] = new google.maps.InfoWindow({content: $la3c788c57e423fa9c177544a4d5d1239});var infowindow = new google.maps.InfoWindow({content: $la3c788c57e423fa9c177544a4d5d1239});google.maps.event.addListener(m_a3c788c57e423fa9c177544a4d5d1239, 'click', function() {infowindow.open(map,m_a3c788c57e423fa9c177544a4d5d1239);});$marker.push(m_a3c788c57e423fa9c177544a4d5d1239);}});}google.maps.event.addDomListener(window, 'load', initialize);