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.6252,-90.2001)};var g_1c4b43b2f951cd3e16a8087c7672f87c = new google.maps.Geocoder();g_1c4b43b2f951cd3e16a8087c7672f87c.geocode( { 'address': "1200 Clark Ave, St. Louis, MO 63103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-louis-MO-st-louis-policemen-cu').style.display = '';map = new google.maps.Map(document.getElementById('st-louis-MO-st-louis-policemen-cu'), mapOptions);}document.getElementById('331d3332').innerHTML += ' | View Map';var $l1c4b43b2f951cd3e16a8087c7672f87c = '

St Louis Policemen Cu

Address: 1200 Clark Ave, St. Louis, MO 63103, USA
Phone: (314) 932-5555
';var m_1c4b43b2f951cd3e16a8087c7672f87c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Louis Policemen Cu',});m_1c4b43b2f951cd3e16a8087c7672f87c['infowindow'] = new google.maps.InfoWindow({content: $l1c4b43b2f951cd3e16a8087c7672f87c});var infowindow = new google.maps.InfoWindow({content: $l1c4b43b2f951cd3e16a8087c7672f87c});google.maps.event.addListener(m_1c4b43b2f951cd3e16a8087c7672f87c, 'click', function() {infowindow.open(map,m_1c4b43b2f951cd3e16a8087c7672f87c);});$marker.push(m_1c4b43b2f951cd3e16a8087c7672f87c);}});}google.maps.event.addDomListener(window, 'load', initialize);