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.6506,-120.458)};var g_f11190c5e75f0516e4367732a150105a = new google.maps.Geocoder();g_f11190c5e75f0516e4367732a150105a.geocode( { 'address': "805 N H St, Lompoc, CA 93436, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lompoc-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('lompoc-CA-atm-union-bank'), mapOptions);}document.getElementById('9df6e9bb').innerHTML += ' | View Map';var $lf11190c5e75f0516e4367732a150105a = '

ATM (Union Bank)

Address: 805 N H St, Lompoc, CA 93436, USA
Phone: (805) 736-6503
';var m_f11190c5e75f0516e4367732a150105a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_f11190c5e75f0516e4367732a150105a['infowindow'] = new google.maps.InfoWindow({content: $lf11190c5e75f0516e4367732a150105a});var infowindow = new google.maps.InfoWindow({content: $lf11190c5e75f0516e4367732a150105a});google.maps.event.addListener(m_f11190c5e75f0516e4367732a150105a, 'click', function() {infowindow.open(map,m_f11190c5e75f0516e4367732a150105a);});$marker.push(m_f11190c5e75f0516e4367732a150105a);}});}google.maps.event.addDomListener(window, 'load', initialize);