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(41.4173,-81.6151)};var g_bbf37bc29caa653170cf5a578f1e7464 = new google.maps.Geocoder();g_bbf37bc29caa653170cf5a578f1e7464.geocode( { 'address': "9999 Granger Rd, Cleveland, OH 44125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-OH-union-poles-of-america').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-OH-union-poles-of-america'), mapOptions);}document.getElementById('86cd6af5').innerHTML += ' | View Map';var $lbbf37bc29caa653170cf5a578f1e7464 = '

Union Poles of America

Address: 9999 Granger Rd, Cleveland, OH 44125, USA
Phone: (216) 478-0120
';var m_bbf37bc29caa653170cf5a578f1e7464 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Poles of America',});m_bbf37bc29caa653170cf5a578f1e7464['infowindow'] = new google.maps.InfoWindow({content: $lbbf37bc29caa653170cf5a578f1e7464});var infowindow = new google.maps.InfoWindow({content: $lbbf37bc29caa653170cf5a578f1e7464});google.maps.event.addListener(m_bbf37bc29caa653170cf5a578f1e7464, 'click', function() {infowindow.open(map,m_bbf37bc29caa653170cf5a578f1e7464);});$marker.push(m_bbf37bc29caa653170cf5a578f1e7464);}});}google.maps.event.addDomListener(window, 'load', initialize);