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(38.6968,-121.266)};var g_ff7aecbe291915ce04683c69191c38cb = new google.maps.Geocoder();g_ff7aecbe291915ce04683c69191c38cb.geocode( { 'address': "5610 Sunrise Blvd, Citrus Heights, CA 95610"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citrus-heights-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('citrus-heights-CA-citibank'), mapOptions);}document.getElementById('f6019069').innerHTML += ' | View Map';var $lff7aecbe291915ce04683c69191c38cb = '

Citibank

Address: 5610 Sunrise Blvd, Citrus Heights, CA 95610
Phone: (916) 459-2034
';var m_ff7aecbe291915ce04683c69191c38cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_ff7aecbe291915ce04683c69191c38cb['infowindow'] = new google.maps.InfoWindow({content: $lff7aecbe291915ce04683c69191c38cb});var infowindow = new google.maps.InfoWindow({content: $lff7aecbe291915ce04683c69191c38cb});google.maps.event.addListener(m_ff7aecbe291915ce04683c69191c38cb, 'click', function() {infowindow.open(map,m_ff7aecbe291915ce04683c69191c38cb);});$marker.push(m_ff7aecbe291915ce04683c69191c38cb);}});}google.maps.event.addDomListener(window, 'load', initialize);