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.8072,-116.95)};var g_e546df0922985c1a0687803d2baddf35 = new google.maps.Geocoder();g_e546df0922985c1a0687803d2baddf35.geocode( { 'address': "941 Broadway, El Cajon, CA 92021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-east-county-pawn').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-east-county-pawn'), mapOptions);}document.getElementById('53fa5ba9').innerHTML += ' | View Map';var $le546df0922985c1a0687803d2baddf35 = '

East County Pawn

Address: 941 Broadway, El Cajon, CA 92021, USA
Phone: (619) 588-4207
';var m_e546df0922985c1a0687803d2baddf35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East County Pawn',});m_e546df0922985c1a0687803d2baddf35['infowindow'] = new google.maps.InfoWindow({content: $le546df0922985c1a0687803d2baddf35});var infowindow = new google.maps.InfoWindow({content: $le546df0922985c1a0687803d2baddf35});google.maps.event.addListener(m_e546df0922985c1a0687803d2baddf35, 'click', function() {infowindow.open(map,m_e546df0922985c1a0687803d2baddf35);});$marker.push(m_e546df0922985c1a0687803d2baddf35);}});}google.maps.event.addDomListener(window, 'load', initialize);