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.8873,-117.038)};var g_7e8adc52ed56f7c1779f287d7968d363 = new google.maps.Geocoder();g_7e8adc52ed56f7c1779f287d7968d363.geocode( { 'address': "239 E Main St, Barstow, CA 92311"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barstow-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('barstow-CA-union-bank'), mapOptions);}document.getElementById('720c9d03').innerHTML += ' | View Map';var $l7e8adc52ed56f7c1779f287d7968d363 = '

Union Bank

Address: 239 E Main St, Barstow, CA 92311
Phone: (760) 256-5691
';var m_7e8adc52ed56f7c1779f287d7968d363 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_7e8adc52ed56f7c1779f287d7968d363['infowindow'] = new google.maps.InfoWindow({content: $l7e8adc52ed56f7c1779f287d7968d363});var infowindow = new google.maps.InfoWindow({content: $l7e8adc52ed56f7c1779f287d7968d363});google.maps.event.addListener(m_7e8adc52ed56f7c1779f287d7968d363, 'click', function() {infowindow.open(map,m_7e8adc52ed56f7c1779f287d7968d363);});$marker.push(m_7e8adc52ed56f7c1779f287d7968d363);}});}google.maps.event.addDomListener(window, 'load', initialize);