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(38.7753,-95.1864)};var g_9502c82a6de6bdb33144a728055b52e5 = new google.maps.Geocoder();g_9502c82a6de6bdb33144a728055b52e5.geocode( { 'address': "604 High St, Baldwin City, KS 66006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-city-KS-baldwin-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-city-KS-baldwin-insurance-services'), mapOptions);}document.getElementById('45ee1955').innerHTML += ' | View Map';var $l9502c82a6de6bdb33144a728055b52e5 = '

Baldwin Insurance Services

Address: 604 High St, Baldwin City, KS 66006, USA
Phone: (785) 594-6822
';var m_9502c82a6de6bdb33144a728055b52e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baldwin Insurance Services',});m_9502c82a6de6bdb33144a728055b52e5['infowindow'] = new google.maps.InfoWindow({content: $l9502c82a6de6bdb33144a728055b52e5});var infowindow = new google.maps.InfoWindow({content: $l9502c82a6de6bdb33144a728055b52e5});google.maps.event.addListener(m_9502c82a6de6bdb33144a728055b52e5, 'click', function() {infowindow.open(map,m_9502c82a6de6bdb33144a728055b52e5);});$marker.push(m_9502c82a6de6bdb33144a728055b52e5);}});}google.maps.event.addDomListener(window, 'load', initialize);