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.8148,-117.822)};var g_57bc1715f4d4ce7782db81014dba7567 = new google.maps.Geocoder();g_57bc1715f4d4ce7782db81014dba7567.geocode( { 'address': "17769 Santiago Blvd, Villa Park, CA 92861, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-park-CA-union-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('villa-park-CA-union-bank-atm'), mapOptions);}document.getElementById('fa178f6e').innerHTML += ' | View Map';var $l57bc1715f4d4ce7782db81014dba7567 = '

Union Bank ATM

Address: 17769 Santiago Blvd, Villa Park, CA 92861, USA
Phone: (714) 974-3146
';var m_57bc1715f4d4ce7782db81014dba7567 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank ATM',});m_57bc1715f4d4ce7782db81014dba7567['infowindow'] = new google.maps.InfoWindow({content: $l57bc1715f4d4ce7782db81014dba7567});var infowindow = new google.maps.InfoWindow({content: $l57bc1715f4d4ce7782db81014dba7567});google.maps.event.addListener(m_57bc1715f4d4ce7782db81014dba7567, 'click', function() {infowindow.open(map,m_57bc1715f4d4ce7782db81014dba7567);});$marker.push(m_57bc1715f4d4ce7782db81014dba7567);}});}google.maps.event.addDomListener(window, 'load', initialize);