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.7941,-116.959)};var g_83081f67725f97341e971f6d155803a9 = new google.maps.Geocoder();g_83081f67725f97341e971f6d155803a9.geocode( { 'address': "270 E Douglas Ave, El Cajon, CA 92020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-era-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-era-credit-services'), mapOptions);}document.getElementById('6c99c75c').innerHTML += ' | View Map';var $l83081f67725f97341e971f6d155803a9 = '

ERA Credit Services

Address: 270 E Douglas Ave, El Cajon, CA 92020, USA
Phone: (619) 492-3040
';var m_83081f67725f97341e971f6d155803a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ERA Credit Services',});m_83081f67725f97341e971f6d155803a9['infowindow'] = new google.maps.InfoWindow({content: $l83081f67725f97341e971f6d155803a9});var infowindow = new google.maps.InfoWindow({content: $l83081f67725f97341e971f6d155803a9});google.maps.event.addListener(m_83081f67725f97341e971f6d155803a9, 'click', function() {infowindow.open(map,m_83081f67725f97341e971f6d155803a9);});$marker.push(m_83081f67725f97341e971f6d155803a9);}});}google.maps.event.addDomListener(window, 'load', initialize);