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(33.9925,-117.043)};var g_575a0bb532c1e171a4ab54c6e2feb408 = new google.maps.Geocoder();g_575a0bb532c1e171a4ab54c6e2feb408.geocode( { 'address': "1055 Calimesa Blvd, Calimesa, CA 92320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calimesa-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('calimesa-CA-bank-of-america'), mapOptions);}document.getElementById('c53a5651').innerHTML += ' | View Map';var $l575a0bb532c1e171a4ab54c6e2feb408 = '

Bank of America

Address: 1055 Calimesa Blvd, Calimesa, CA 92320
Phone: (909) 795-3166
';var m_575a0bb532c1e171a4ab54c6e2feb408 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_575a0bb532c1e171a4ab54c6e2feb408['infowindow'] = new google.maps.InfoWindow({content: $l575a0bb532c1e171a4ab54c6e2feb408});var infowindow = new google.maps.InfoWindow({content: $l575a0bb532c1e171a4ab54c6e2feb408});google.maps.event.addListener(m_575a0bb532c1e171a4ab54c6e2feb408, 'click', function() {infowindow.open(map,m_575a0bb532c1e171a4ab54c6e2feb408);});$marker.push(m_575a0bb532c1e171a4ab54c6e2feb408);}});}google.maps.event.addDomListener(window, 'load', initialize);