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.4189,-117.286)};var g_2c9cc109ea66e498f7d18dd054dcc15b = new google.maps.Geocoder();g_2c9cc109ea66e498f7d18dd054dcc15b.geocode( { 'address': "17291 Main St, Hesperia, CA 92345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hesperia-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('hesperia-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('405a81b9').innerHTML += ' | View Map';var $l2c9cc109ea66e498f7d18dd054dcc15b = '

Bank of America Financial Center

Address: 17291 Main St, Hesperia, CA 92345, USA
Phone: (760) 244-3263
';var m_2c9cc109ea66e498f7d18dd054dcc15b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_2c9cc109ea66e498f7d18dd054dcc15b['infowindow'] = new google.maps.InfoWindow({content: $l2c9cc109ea66e498f7d18dd054dcc15b});var infowindow = new google.maps.InfoWindow({content: $l2c9cc109ea66e498f7d18dd054dcc15b});google.maps.event.addListener(m_2c9cc109ea66e498f7d18dd054dcc15b, 'click', function() {infowindow.open(map,m_2c9cc109ea66e498f7d18dd054dcc15b);});$marker.push(m_2c9cc109ea66e498f7d18dd054dcc15b);}});}google.maps.event.addDomListener(window, 'load', initialize);