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(34.1445,-118.76)};var g_28fa6a956fe87748902298726c64a364 = new google.maps.Geocoder();g_28fa6a956fe87748902298726c64a364.geocode( { 'address': "5837 Kanan Rd, Agoura Hills, CA 91301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('agoura-hills-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('agoura-hills-CA-citibank'), mapOptions);}document.getElementById('eaa2efbe').innerHTML += ' | View Map';var $l28fa6a956fe87748902298726c64a364 = '

Citibank

Address: 5837 Kanan Rd, Agoura Hills, CA 91301
Phone: (818) 584-2102
';var m_28fa6a956fe87748902298726c64a364 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_28fa6a956fe87748902298726c64a364['infowindow'] = new google.maps.InfoWindow({content: $l28fa6a956fe87748902298726c64a364});var infowindow = new google.maps.InfoWindow({content: $l28fa6a956fe87748902298726c64a364});google.maps.event.addListener(m_28fa6a956fe87748902298726c64a364, 'click', function() {infowindow.open(map,m_28fa6a956fe87748902298726c64a364);});$marker.push(m_28fa6a956fe87748902298726c64a364);}});}google.maps.event.addDomListener(window, 'load', initialize);