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()};var g_0289fc9e3bcd6db0d9a8dbfe050fa406 = new google.maps.Geocoder();g_0289fc9e3bcd6db0d9a8dbfe050fa406.geocode( { 'address': "31531 Santa Margarita Pkwy, Rancho Santa Margari, CA 92688"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-santa-margari-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('rancho-santa-margari-CA-bank-of-america'), mapOptions);}document.getElementById('3b8e030e').innerHTML += ' | View Map';var $l0289fc9e3bcd6db0d9a8dbfe050fa406 = '

Bank of America

Address: 31531 Santa Margarita Pkwy, Rancho Santa Margari, CA 92688
Phone: (949) 951-4136
';var m_0289fc9e3bcd6db0d9a8dbfe050fa406 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_0289fc9e3bcd6db0d9a8dbfe050fa406['infowindow'] = new google.maps.InfoWindow({content: $l0289fc9e3bcd6db0d9a8dbfe050fa406});var infowindow = new google.maps.InfoWindow({content: $l0289fc9e3bcd6db0d9a8dbfe050fa406});google.maps.event.addListener(m_0289fc9e3bcd6db0d9a8dbfe050fa406, 'click', function() {infowindow.open(map,m_0289fc9e3bcd6db0d9a8dbfe050fa406);});$marker.push(m_0289fc9e3bcd6db0d9a8dbfe050fa406);}});}google.maps.event.addDomListener(window, 'load', initialize);