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(31.1261,-84.1527)};var g_1a9f530e9d612238a20cff3f8369cb5e = new google.maps.Geocoder();g_1a9f530e9d612238a20cff3f8369cb5e.geocode( { 'address': "157 W Railroad St S, Pelham, GA 31779, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pelham-GA-okinus-inc').style.display = '';map = new google.maps.Map(document.getElementById('pelham-GA-okinus-inc'), mapOptions);}document.getElementById('4d0151ed').innerHTML += ' | View Map';var $l1a9f530e9d612238a20cff3f8369cb5e = '

Okinus, Inc.

Address: 157 W Railroad St S, Pelham, GA 31779, USA
Phone: (800) 472-1334
';var m_1a9f530e9d612238a20cff3f8369cb5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Okinus, Inc.',});m_1a9f530e9d612238a20cff3f8369cb5e['infowindow'] = new google.maps.InfoWindow({content: $l1a9f530e9d612238a20cff3f8369cb5e});var infowindow = new google.maps.InfoWindow({content: $l1a9f530e9d612238a20cff3f8369cb5e});google.maps.event.addListener(m_1a9f530e9d612238a20cff3f8369cb5e, 'click', function() {infowindow.open(map,m_1a9f530e9d612238a20cff3f8369cb5e);});$marker.push(m_1a9f530e9d612238a20cff3f8369cb5e);}});}google.maps.event.addDomListener(window, 'load', initialize);