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.7901,-117.958)};var g_988eacc066c52b46872fda2752dc3ee7 = new google.maps.Geocoder();g_988eacc066c52b46872fda2752dc3ee7.geocode( { 'address': "11900 Brookhurst St, Garden Grove, CA 92840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-grove-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('garden-grove-CA-atm-union-bank'), mapOptions);}document.getElementById('c6aa750e').innerHTML += ' | View Map';var $l988eacc066c52b46872fda2752dc3ee7 = '

ATM (Union Bank)

Address: 11900 Brookhurst St, Garden Grove, CA 92840, USA
Phone:
';var m_988eacc066c52b46872fda2752dc3ee7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_988eacc066c52b46872fda2752dc3ee7['infowindow'] = new google.maps.InfoWindow({content: $l988eacc066c52b46872fda2752dc3ee7});var infowindow = new google.maps.InfoWindow({content: $l988eacc066c52b46872fda2752dc3ee7});google.maps.event.addListener(m_988eacc066c52b46872fda2752dc3ee7, 'click', function() {infowindow.open(map,m_988eacc066c52b46872fda2752dc3ee7);});$marker.push(m_988eacc066c52b46872fda2752dc3ee7);}});}google.maps.event.addDomListener(window, 'load', initialize);