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.2618,-95.8873)};var g_2ff053bc45688d7fc628eb4bd8b9417d = new google.maps.Geocoder();g_2ff053bc45688d7fc628eb4bd8b9417d.geocode( { 'address': "2709 W Broadway, Council Bluffs, IA 51501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('council-bluffs-IA-brown-loans-jewelry--pawn').style.display = '';map = new google.maps.Map(document.getElementById('council-bluffs-IA-brown-loans-jewelry--pawn'), mapOptions);}document.getElementById('6c4e3319').innerHTML += ' | View Map';var $l2ff053bc45688d7fc628eb4bd8b9417d = '

Brown loans jewelry & Pawn

Address: 2709 W Broadway, Council Bluffs, IA 51501, USA
Phone: (712) 323-0746
';var m_2ff053bc45688d7fc628eb4bd8b9417d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brown loans jewelry & Pawn',});m_2ff053bc45688d7fc628eb4bd8b9417d['infowindow'] = new google.maps.InfoWindow({content: $l2ff053bc45688d7fc628eb4bd8b9417d});var infowindow = new google.maps.InfoWindow({content: $l2ff053bc45688d7fc628eb4bd8b9417d});google.maps.event.addListener(m_2ff053bc45688d7fc628eb4bd8b9417d, 'click', function() {infowindow.open(map,m_2ff053bc45688d7fc628eb4bd8b9417d);});$marker.push(m_2ff053bc45688d7fc628eb4bd8b9417d);}});}google.maps.event.addDomListener(window, 'load', initialize);