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.272,-95.8301)};var g_b971cc0c369b74fa335120701efa2369 = new google.maps.Geocoder();g_b971cc0c369b74fa335120701efa2369.geocode( { 'address': "103 North Ave #9, Council Bluffs, IA 51503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('council-bluffs-IA-campbell-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('council-bluffs-IA-campbell-insurance-agency-inc'), mapOptions);}document.getElementById('45067dd0').innerHTML += ' | View Map';var $lb971cc0c369b74fa335120701efa2369 = '

Campbell Insurance Agency, Inc.

Address: 103 North Ave #9, Council Bluffs, IA 51503, USA
Phone: (712) 318-1612
';var m_b971cc0c369b74fa335120701efa2369 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Campbell Insurance Agency, Inc.',});m_b971cc0c369b74fa335120701efa2369['infowindow'] = new google.maps.InfoWindow({content: $lb971cc0c369b74fa335120701efa2369});var infowindow = new google.maps.InfoWindow({content: $lb971cc0c369b74fa335120701efa2369});google.maps.event.addListener(m_b971cc0c369b74fa335120701efa2369, 'click', function() {infowindow.open(map,m_b971cc0c369b74fa335120701efa2369);});$marker.push(m_b971cc0c369b74fa335120701efa2369);}});}google.maps.event.addDomListener(window, 'load', initialize);