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.2447,-116.891)};var g_992c0d46f142e8138c3ab66c51d93d52 = new google.maps.Geocoder();g_992c0d46f142e8138c3ab66c51d93d52.geocode( { 'address': "41969 Big Bear Blvd, Big Bear Lake, CA 92315"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-bear-lake-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('big-bear-lake-CA-citibank'), mapOptions);}document.getElementById('c69869f8').innerHTML += ' | View Map';var $l992c0d46f142e8138c3ab66c51d93d52 = '

Citibank

Address: 41969 Big Bear Blvd, Big Bear Lake, CA 92315
Phone: (909) 366-5162
';var m_992c0d46f142e8138c3ab66c51d93d52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_992c0d46f142e8138c3ab66c51d93d52['infowindow'] = new google.maps.InfoWindow({content: $l992c0d46f142e8138c3ab66c51d93d52});var infowindow = new google.maps.InfoWindow({content: $l992c0d46f142e8138c3ab66c51d93d52});google.maps.event.addListener(m_992c0d46f142e8138c3ab66c51d93d52, 'click', function() {infowindow.open(map,m_992c0d46f142e8138c3ab66c51d93d52);});$marker.push(m_992c0d46f142e8138c3ab66c51d93d52);}});}google.maps.event.addDomListener(window, 'load', initialize);