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(31.7571,-106.489)};var g_01393c6508393b2e45aa397eca03092d = new google.maps.Geocoder();g_01393c6508393b2e45aa397eca03092d.geocode( { 'address': "222 S El Paso St, El Paso, TX 79901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-geneva-loan--jewelry-co').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-geneva-loan--jewelry-co'), mapOptions);}document.getElementById('52a02bda').innerHTML += ' | View Map';var $l01393c6508393b2e45aa397eca03092d = '

Geneva Loan & Jewelry Co

Address: 222 S El Paso St, El Paso, TX 79901, USA
Phone: (915) 533-9863
';var m_01393c6508393b2e45aa397eca03092d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Geneva Loan & Jewelry Co',});m_01393c6508393b2e45aa397eca03092d['infowindow'] = new google.maps.InfoWindow({content: $l01393c6508393b2e45aa397eca03092d});var infowindow = new google.maps.InfoWindow({content: $l01393c6508393b2e45aa397eca03092d});google.maps.event.addListener(m_01393c6508393b2e45aa397eca03092d, 'click', function() {infowindow.open(map,m_01393c6508393b2e45aa397eca03092d);});$marker.push(m_01393c6508393b2e45aa397eca03092d);}});}google.maps.event.addDomListener(window, 'load', initialize);