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(38.5789,-121.498)};var g_b375786aed7b1004301789840f10e36d = new google.maps.Geocoder();g_b375786aed7b1004301789840f10e36d.geocode( { 'address': "700 L St, Sacramento, CA 95814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-union-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-union-bank-atm'), mapOptions);}document.getElementById('c5457b8a').innerHTML += ' | View Map';var $lb375786aed7b1004301789840f10e36d = '

Union Bank ATM

Address: 700 L St, Sacramento, CA 95814, USA
Phone: (916) 321-3161
';var m_b375786aed7b1004301789840f10e36d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank ATM',});m_b375786aed7b1004301789840f10e36d['infowindow'] = new google.maps.InfoWindow({content: $lb375786aed7b1004301789840f10e36d});var infowindow = new google.maps.InfoWindow({content: $lb375786aed7b1004301789840f10e36d});google.maps.event.addListener(m_b375786aed7b1004301789840f10e36d, 'click', function() {infowindow.open(map,m_b375786aed7b1004301789840f10e36d);});$marker.push(m_b375786aed7b1004301789840f10e36d);}});}google.maps.event.addDomListener(window, 'load', initialize);