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(39.7572,-99.3235)};var g_7b1af572f52baab9dec2ce6be82d4978 = new google.maps.Geocoder();g_7b1af572f52baab9dec2ce6be82d4978.geocode( { 'address': "383 F St, Phillipsburg, KS 67661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phillipsburg-KS-rodgers--associates-insurance').style.display = '';map = new google.maps.Map(document.getElementById('phillipsburg-KS-rodgers--associates-insurance'), mapOptions);}document.getElementById('b832596b').innerHTML += ' | View Map';var $l7b1af572f52baab9dec2ce6be82d4978 = '

Rodgers & Associates Insurance

Address: 383 F St, Phillipsburg, KS 67661, USA
Phone: (785) 543-6481
';var m_7b1af572f52baab9dec2ce6be82d4978 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rodgers & Associates Insurance',});m_7b1af572f52baab9dec2ce6be82d4978['infowindow'] = new google.maps.InfoWindow({content: $l7b1af572f52baab9dec2ce6be82d4978});var infowindow = new google.maps.InfoWindow({content: $l7b1af572f52baab9dec2ce6be82d4978});google.maps.event.addListener(m_7b1af572f52baab9dec2ce6be82d4978, 'click', function() {infowindow.open(map,m_7b1af572f52baab9dec2ce6be82d4978);});$marker.push(m_7b1af572f52baab9dec2ce6be82d4978);}});}google.maps.event.addDomListener(window, 'load', initialize);