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.9206,-122.302)};var g_860e39bc33e7c4ca4c26ec67979cc290 = new google.maps.Geocoder();g_860e39bc33e7c4ca4c26ec67979cc290.geocode( { 'address': "280 El Cerrito Plaza, El Cerrito, CA 94530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cerrito-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('el-cerrito-CA-citibank'), mapOptions);}document.getElementById('f4bce6d3').innerHTML += ' | View Map';var $l860e39bc33e7c4ca4c26ec67979cc290 = '

Citibank

Address: 280 El Cerrito Plaza, El Cerrito, CA 94530
Phone: (510) 356-0511
';var m_860e39bc33e7c4ca4c26ec67979cc290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_860e39bc33e7c4ca4c26ec67979cc290['infowindow'] = new google.maps.InfoWindow({content: $l860e39bc33e7c4ca4c26ec67979cc290});var infowindow = new google.maps.InfoWindow({content: $l860e39bc33e7c4ca4c26ec67979cc290});google.maps.event.addListener(m_860e39bc33e7c4ca4c26ec67979cc290, 'click', function() {infowindow.open(map,m_860e39bc33e7c4ca4c26ec67979cc290);});$marker.push(m_860e39bc33e7c4ca4c26ec67979cc290);}});}google.maps.event.addDomListener(window, 'load', initialize);