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(46.7236,-122.958)};var g_ca8e71a31d3dbcd229b5d20e16c84450 = new google.maps.Geocoder();g_ca8e71a31d3dbcd229b5d20e16c84450.geocode( { 'address': "1930 S Gold St, Centralia, WA 98531"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-WA-security-state-corp').style.display = '';map = new google.maps.Map(document.getElementById('centralia-WA-security-state-corp'), mapOptions);}document.getElementById('13c2fe50').innerHTML += ' | View Map';var $lca8e71a31d3dbcd229b5d20e16c84450 = '

Security State Corp

Address: 1930 S Gold St, Centralia, WA 98531
Phone: (360) 736-1371
';var m_ca8e71a31d3dbcd229b5d20e16c84450 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Corp',});m_ca8e71a31d3dbcd229b5d20e16c84450['infowindow'] = new google.maps.InfoWindow({content: $lca8e71a31d3dbcd229b5d20e16c84450});var infowindow = new google.maps.InfoWindow({content: $lca8e71a31d3dbcd229b5d20e16c84450});google.maps.event.addListener(m_ca8e71a31d3dbcd229b5d20e16c84450, 'click', function() {infowindow.open(map,m_ca8e71a31d3dbcd229b5d20e16c84450);});$marker.push(m_ca8e71a31d3dbcd229b5d20e16c84450);}});}google.maps.event.addDomListener(window, 'load', initialize);