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(34.8096,-79.1707)};var g_aff71375ac1acbe384b7ff4f4952c6ff = new google.maps.Geocoder();g_aff71375ac1acbe384b7ff4f4952c6ff.geocode( { 'address': "803 E 4th Ave, Red Springs, NC 28377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-springs-NC-miday-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('red-springs-NC-miday-insurance-agency'), mapOptions);}document.getElementById('7e15b994').innerHTML += ' | View Map';var $laff71375ac1acbe384b7ff4f4952c6ff = '

Miday Insurance Agency

Address: 803 E 4th Ave, Red Springs, NC 28377, USA
Phone: (910) 843-9919
';var m_aff71375ac1acbe384b7ff4f4952c6ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Miday Insurance Agency',});m_aff71375ac1acbe384b7ff4f4952c6ff['infowindow'] = new google.maps.InfoWindow({content: $laff71375ac1acbe384b7ff4f4952c6ff});var infowindow = new google.maps.InfoWindow({content: $laff71375ac1acbe384b7ff4f4952c6ff});google.maps.event.addListener(m_aff71375ac1acbe384b7ff4f4952c6ff, 'click', function() {infowindow.open(map,m_aff71375ac1acbe384b7ff4f4952c6ff);});$marker.push(m_aff71375ac1acbe384b7ff4f4952c6ff);}});}google.maps.event.addDomListener(window, 'load', initialize);