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(36.3086,-96.4645)};var g_921a145448efd1fccfe89414aa0c7f2f = new google.maps.Geocoder();g_921a145448efd1fccfe89414aa0c7f2f.geocode( { 'address': "106 S Broadway St, Cleveland, OK 74020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OK-citizens-security-inc').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OK-citizens-security-inc'), mapOptions);}document.getElementById('edd15627').innerHTML += ' | View Map';var $l921a145448efd1fccfe89414aa0c7f2f = '

Citizen's Security Inc

Address: 106 S Broadway St, Cleveland, OK 74020, USA
Phone: (918) 358-5955
';var m_921a145448efd1fccfe89414aa0c7f2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's Security Inc',});m_921a145448efd1fccfe89414aa0c7f2f['infowindow'] = new google.maps.InfoWindow({content: $l921a145448efd1fccfe89414aa0c7f2f});var infowindow = new google.maps.InfoWindow({content: $l921a145448efd1fccfe89414aa0c7f2f});google.maps.event.addListener(m_921a145448efd1fccfe89414aa0c7f2f, 'click', function() {infowindow.open(map,m_921a145448efd1fccfe89414aa0c7f2f);});$marker.push(m_921a145448efd1fccfe89414aa0c7f2f);}});}google.maps.event.addDomListener(window, 'load', initialize);