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.5247,-117.198)};var g_bb2632f198cbbc91994c75fc1d990947 = new google.maps.Geocoder();g_bb2632f198cbbc91994c75fc1d990947.geocode( { 'address': "21777 US Highway 18, Apple Valley, CA 92307"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apple-valley-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('apple-valley-CA-bank-of-america'), mapOptions);}document.getElementById('594a331d').innerHTML += ' | View Map';var $lbb2632f198cbbc91994c75fc1d990947 = '

Bank of America

Address: 21777 US Highway 18, Apple Valley, CA 92307
Phone: (760) 240-7482
';var m_bb2632f198cbbc91994c75fc1d990947 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_bb2632f198cbbc91994c75fc1d990947['infowindow'] = new google.maps.InfoWindow({content: $lbb2632f198cbbc91994c75fc1d990947});var infowindow = new google.maps.InfoWindow({content: $lbb2632f198cbbc91994c75fc1d990947});google.maps.event.addListener(m_bb2632f198cbbc91994c75fc1d990947, 'click', function() {infowindow.open(map,m_bb2632f198cbbc91994c75fc1d990947);});$marker.push(m_bb2632f198cbbc91994c75fc1d990947);}});}google.maps.event.addDomListener(window, 'load', initialize);