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.7451,-116.928)};var g_9579a34817601e2ef09e35ea9e1124b2 = new google.maps.Geocoder();g_9579a34817601e2ef09e35ea9e1124b2.geocode( { 'address': "2451 Jamacha Road, El Cajon, CA 92019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-atm-california-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-atm-california-coast-credit-union'), mapOptions);}document.getElementById('69f386f2').innerHTML += ' | View Map';var $l9579a34817601e2ef09e35ea9e1124b2 = '

ATM: California Coast Credit Union

Address: 2451 Jamacha Road, El Cajon, CA 92019, USA
Phone:
';var m_9579a34817601e2ef09e35ea9e1124b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM: California Coast Credit Union',});m_9579a34817601e2ef09e35ea9e1124b2['infowindow'] = new google.maps.InfoWindow({content: $l9579a34817601e2ef09e35ea9e1124b2});var infowindow = new google.maps.InfoWindow({content: $l9579a34817601e2ef09e35ea9e1124b2});google.maps.event.addListener(m_9579a34817601e2ef09e35ea9e1124b2, 'click', function() {infowindow.open(map,m_9579a34817601e2ef09e35ea9e1124b2);});$marker.push(m_9579a34817601e2ef09e35ea9e1124b2);}});}google.maps.event.addDomListener(window, 'load', initialize);