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(41.2413,-95.9336)};var g_d93238abdca696033b8c6c9e6cd05a8d = new google.maps.Geocoder();g_d93238abdca696033b8c6c9e6cd05a8d.geocode( { 'address': "1904 S 13th St, Omaha, NE 68108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-13th-street-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-13th-street-jewelry--loan'), mapOptions);}document.getElementById('f234443c').innerHTML += ' | View Map';var $ld93238abdca696033b8c6c9e6cd05a8d = '

13th Street Jewelry & Loan

Address: 1904 S 13th St, Omaha, NE 68108, USA
Phone: (402) 905-2691
';var m_d93238abdca696033b8c6c9e6cd05a8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '13th Street Jewelry & Loan',});m_d93238abdca696033b8c6c9e6cd05a8d['infowindow'] = new google.maps.InfoWindow({content: $ld93238abdca696033b8c6c9e6cd05a8d});var infowindow = new google.maps.InfoWindow({content: $ld93238abdca696033b8c6c9e6cd05a8d});google.maps.event.addListener(m_d93238abdca696033b8c6c9e6cd05a8d, 'click', function() {infowindow.open(map,m_d93238abdca696033b8c6c9e6cd05a8d);});$marker.push(m_d93238abdca696033b8c6c9e6cd05a8d);}});}google.maps.event.addDomListener(window, 'load', initialize);