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(37.3,-89.556)};var g_5b7fce29c95e235aef97ee358962a3ca = new google.maps.Geocoder();g_5b7fce29c95e235aef97ee358962a3ca.geocode( { 'address': "326 S Broadview St, Cape Girardeau, MO 63703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cape-girardeau-MO-capital-insurance--associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('cape-girardeau-MO-capital-insurance--associates-inc'), mapOptions);}document.getElementById('f409d3b8').innerHTML += ' | View Map';var $l5b7fce29c95e235aef97ee358962a3ca = '

Capital Insurance & Associates, Inc.

Address: 326 S Broadview St, Cape Girardeau, MO 63703, USA
Phone: (573) 340-3575
';var m_5b7fce29c95e235aef97ee358962a3ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Insurance & Associates, Inc.',});m_5b7fce29c95e235aef97ee358962a3ca['infowindow'] = new google.maps.InfoWindow({content: $l5b7fce29c95e235aef97ee358962a3ca});var infowindow = new google.maps.InfoWindow({content: $l5b7fce29c95e235aef97ee358962a3ca});google.maps.event.addListener(m_5b7fce29c95e235aef97ee358962a3ca, 'click', function() {infowindow.open(map,m_5b7fce29c95e235aef97ee358962a3ca);});$marker.push(m_5b7fce29c95e235aef97ee358962a3ca);}});}google.maps.event.addDomListener(window, 'load', initialize);