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.1064,-117.291)};var g_e5e63e1b118dabdbd6b5d2e7cf43b72c = new google.maps.Geocoder();g_e5e63e1b118dabdbd6b5d2e7cf43b72c.geocode( { 'address': "2011 E Highland Ave, San Bernardino, CA 92404"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-bernardino-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('san-bernardino-CA-bank-of-america'), mapOptions);}document.getElementById('11e5659d').innerHTML += ' | View Map';var $le5e63e1b118dabdbd6b5d2e7cf43b72c = '

Bank of America

Address: 2011 E Highland Ave, San Bernardino, CA 92404
Phone: (909) 425-8213
';var m_e5e63e1b118dabdbd6b5d2e7cf43b72c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_e5e63e1b118dabdbd6b5d2e7cf43b72c['infowindow'] = new google.maps.InfoWindow({content: $le5e63e1b118dabdbd6b5d2e7cf43b72c});var infowindow = new google.maps.InfoWindow({content: $le5e63e1b118dabdbd6b5d2e7cf43b72c});google.maps.event.addListener(m_e5e63e1b118dabdbd6b5d2e7cf43b72c, 'click', function() {infowindow.open(map,m_e5e63e1b118dabdbd6b5d2e7cf43b72c);});$marker.push(m_e5e63e1b118dabdbd6b5d2e7cf43b72c);}});var g_98ca71ddc4a8306c1f822ae5123be344 = new google.maps.Geocoder();g_98ca71ddc4a8306c1f822ae5123be344.geocode( { 'address': "303 N D St, San Bernardino, CA 92401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-bernardino-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('san-bernardino-CA-bank-of-america'), mapOptions);}document.getElementById('470a748b').innerHTML += ' | View Map';var $l98ca71ddc4a8306c1f822ae5123be344 = '

Bank of America

Address: 303 N D St, San Bernardino, CA 92401
Phone: (909) 708-8502
';var m_98ca71ddc4a8306c1f822ae5123be344 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_98ca71ddc4a8306c1f822ae5123be344['infowindow'] = new google.maps.InfoWindow({content: $l98ca71ddc4a8306c1f822ae5123be344});var infowindow = new google.maps.InfoWindow({content: $l98ca71ddc4a8306c1f822ae5123be344});google.maps.event.addListener(m_98ca71ddc4a8306c1f822ae5123be344, 'click', function() {infowindow.open(map,m_98ca71ddc4a8306c1f822ae5123be344);});$marker.push(m_98ca71ddc4a8306c1f822ae5123be344);}});}google.maps.event.addDomListener(window, 'load', initialize);