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(34.5266,-117.22)};var g_91afd735eb9677bbd3c7abbb175f6112 = new google.maps.Geocoder();g_91afd735eb9677bbd3c7abbb175f6112.geocode( { 'address': "20254 CA-18, Apple Valley, CA 92307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apple-valley-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('apple-valley-CA-atm-union-bank'), mapOptions);}document.getElementById('6dbdfb7a').innerHTML += ' | View Map';var $l91afd735eb9677bbd3c7abbb175f6112 = '

ATM (Union Bank)

Address: 20254 CA-18, Apple Valley, CA 92307, USA
Phone:
';var m_91afd735eb9677bbd3c7abbb175f6112 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_91afd735eb9677bbd3c7abbb175f6112['infowindow'] = new google.maps.InfoWindow({content: $l91afd735eb9677bbd3c7abbb175f6112});var infowindow = new google.maps.InfoWindow({content: $l91afd735eb9677bbd3c7abbb175f6112});google.maps.event.addListener(m_91afd735eb9677bbd3c7abbb175f6112, 'click', function() {infowindow.open(map,m_91afd735eb9677bbd3c7abbb175f6112);});$marker.push(m_91afd735eb9677bbd3c7abbb175f6112);}});}google.maps.event.addDomListener(window, 'load', initialize);