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(32.7822,-116.908)};var g_53a1320cb5d2f56130ad5222f93da374 = new google.maps.Geocoder();g_53a1320cb5d2f56130ad5222f93da374.geocode( { 'address': "175 W Main St, El Cajon, CA 92020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-first-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-first-citizens-bank'), mapOptions);}document.getElementById('2753ff41').innerHTML += ' | View Map';var $l53a1320cb5d2f56130ad5222f93da374 = '

First Citizens Bank

Address: 175 W Main St, El Cajon, CA 92020
Phone: (619) 590-2265
';var m_53a1320cb5d2f56130ad5222f93da374 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens Bank',});m_53a1320cb5d2f56130ad5222f93da374['infowindow'] = new google.maps.InfoWindow({content: $l53a1320cb5d2f56130ad5222f93da374});var infowindow = new google.maps.InfoWindow({content: $l53a1320cb5d2f56130ad5222f93da374});google.maps.event.addListener(m_53a1320cb5d2f56130ad5222f93da374, 'click', function() {infowindow.open(map,m_53a1320cb5d2f56130ad5222f93da374);});$marker.push(m_53a1320cb5d2f56130ad5222f93da374);}});}google.maps.event.addDomListener(window, 'load', initialize);