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(37.5913,-122.072)};var g_1d727bca9aee6f59e0e2b7b6c2fedc74 = new google.maps.Geocoder();g_1d727bca9aee6f59e0e2b7b6c2fedc74.geocode( { 'address': "31800 Alvarado Blvd, Union City, CA 94587, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('union-city-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('26efa8ff').innerHTML += ' | View Map';var $l1d727bca9aee6f59e0e2b7b6c2fedc74 = '

Bank of America Financial Center

Address: 31800 Alvarado Blvd, Union City, CA 94587, USA
Phone: (510) 429-2880
';var m_1d727bca9aee6f59e0e2b7b6c2fedc74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_1d727bca9aee6f59e0e2b7b6c2fedc74['infowindow'] = new google.maps.InfoWindow({content: $l1d727bca9aee6f59e0e2b7b6c2fedc74});var infowindow = new google.maps.InfoWindow({content: $l1d727bca9aee6f59e0e2b7b6c2fedc74});google.maps.event.addListener(m_1d727bca9aee6f59e0e2b7b6c2fedc74, 'click', function() {infowindow.open(map,m_1d727bca9aee6f59e0e2b7b6c2fedc74);});$marker.push(m_1d727bca9aee6f59e0e2b7b6c2fedc74);}});}google.maps.event.addDomListener(window, 'load', initialize);