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.601,-118.147)};var g_0c25764d73f1a64ec00757d74828b4db = new google.maps.Geocoder();g_0c25764d73f1a64ec00757d74828b4db.geocode( { 'address': "39532 10th St W a, Palmdale, CA 93551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-union-bank'), mapOptions);}document.getElementById('ec25581d').innerHTML += ' | View Map';var $l0c25764d73f1a64ec00757d74828b4db = '

Union Bank

Address: 39532 10th St W a, Palmdale, CA 93551, USA
Phone: (661) 998-2577
';var m_0c25764d73f1a64ec00757d74828b4db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_0c25764d73f1a64ec00757d74828b4db['infowindow'] = new google.maps.InfoWindow({content: $l0c25764d73f1a64ec00757d74828b4db});var infowindow = new google.maps.InfoWindow({content: $l0c25764d73f1a64ec00757d74828b4db});google.maps.event.addListener(m_0c25764d73f1a64ec00757d74828b4db, 'click', function() {infowindow.open(map,m_0c25764d73f1a64ec00757d74828b4db);});$marker.push(m_0c25764d73f1a64ec00757d74828b4db);}});}google.maps.event.addDomListener(window, 'load', initialize);