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.7932,-116.963)};var g_213d2fe35d7af2d8003a7798a87e7ab3 = new google.maps.Geocoder();g_213d2fe35d7af2d8003a7798a87e7ab3.geocode( { 'address': "266 S Magnolia Ave #101, El Cajon, CA 92020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-employees-choice-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-employees-choice-federal-credit-union'), mapOptions);}document.getElementById('71f2fb47').innerHTML += ' | View Map';var $l213d2fe35d7af2d8003a7798a87e7ab3 = '

Employee's Choice Federal Credit Union

Address: 266 S Magnolia Ave #101, El Cajon, CA 92020, USA
Phone: (619) 579-0941
';var m_213d2fe35d7af2d8003a7798a87e7ab3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Employee's Choice Federal Credit Union',});m_213d2fe35d7af2d8003a7798a87e7ab3['infowindow'] = new google.maps.InfoWindow({content: $l213d2fe35d7af2d8003a7798a87e7ab3});var infowindow = new google.maps.InfoWindow({content: $l213d2fe35d7af2d8003a7798a87e7ab3});google.maps.event.addListener(m_213d2fe35d7af2d8003a7798a87e7ab3, 'click', function() {infowindow.open(map,m_213d2fe35d7af2d8003a7798a87e7ab3);});$marker.push(m_213d2fe35d7af2d8003a7798a87e7ab3);}});}google.maps.event.addDomListener(window, 'load', initialize);