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.1543,-80.6941)};var g_b132ecc1609bfcf302615847c1caa69a = new google.maps.Geocoder();g_b132ecc1609bfcf302615847c1caa69a.geocode( { 'address': "31 N Ward Ave, Girard, OH 44420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('girard-OH-girard-cu-inc').style.display = '';map = new google.maps.Map(document.getElementById('girard-OH-girard-cu-inc'), mapOptions);}document.getElementById('fc2a00d4').innerHTML += ' | View Map';var $lb132ecc1609bfcf302615847c1caa69a = '

Girard Cu Inc

Address: 31 N Ward Ave, Girard, OH 44420, USA
Phone: (330) 545-8203
';var m_b132ecc1609bfcf302615847c1caa69a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Girard Cu Inc',});m_b132ecc1609bfcf302615847c1caa69a['infowindow'] = new google.maps.InfoWindow({content: $lb132ecc1609bfcf302615847c1caa69a});var infowindow = new google.maps.InfoWindow({content: $lb132ecc1609bfcf302615847c1caa69a});google.maps.event.addListener(m_b132ecc1609bfcf302615847c1caa69a, 'click', function() {infowindow.open(map,m_b132ecc1609bfcf302615847c1caa69a);});$marker.push(m_b132ecc1609bfcf302615847c1caa69a);}});}google.maps.event.addDomListener(window, 'load', initialize);