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.2483,-117.207)};var g_a0b82a928a9e82672afab7f06c298993 = new google.maps.Geocoder();g_a0b82a928a9e82672afab7f06c298993.geocode( { 'address': "27321 N Bay Rd, Blue Jay, CA 92317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-arrowhead-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-arrowhead-CA-atm-union-bank'), mapOptions);}document.getElementById('fe78ace4').innerHTML += ' | View Map';var $la0b82a928a9e82672afab7f06c298993 = '

ATM (Union Bank)

Address: 27321 N Bay Rd, Blue Jay, CA 92317, USA
Phone:
';var m_a0b82a928a9e82672afab7f06c298993 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_a0b82a928a9e82672afab7f06c298993['infowindow'] = new google.maps.InfoWindow({content: $la0b82a928a9e82672afab7f06c298993});var infowindow = new google.maps.InfoWindow({content: $la0b82a928a9e82672afab7f06c298993});google.maps.event.addListener(m_a0b82a928a9e82672afab7f06c298993, 'click', function() {infowindow.open(map,m_a0b82a928a9e82672afab7f06c298993);});$marker.push(m_a0b82a928a9e82672afab7f06c298993);}});}google.maps.event.addDomListener(window, 'load', initialize);