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(40.6177,-80.5772)};var g_0213b3745cf482828140600e50c494cc = new google.maps.Geocoder();g_0213b3745cf482828140600e50c494cc.geocode( { 'address': "433 Broadway St, East Liverpool, OH 43920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-liverpool-OH-cooper-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('east-liverpool-OH-cooper-insurance-agency'), mapOptions);}document.getElementById('e4fad247').innerHTML += ' | View Map';var $l0213b3745cf482828140600e50c494cc = '

Cooper Insurance Agency

Address: 433 Broadway St, East Liverpool, OH 43920, USA
Phone: (330) 385-5011
';var m_0213b3745cf482828140600e50c494cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cooper Insurance Agency',});m_0213b3745cf482828140600e50c494cc['infowindow'] = new google.maps.InfoWindow({content: $l0213b3745cf482828140600e50c494cc});var infowindow = new google.maps.InfoWindow({content: $l0213b3745cf482828140600e50c494cc});google.maps.event.addListener(m_0213b3745cf482828140600e50c494cc, 'click', function() {infowindow.open(map,m_0213b3745cf482828140600e50c494cc);});$marker.push(m_0213b3745cf482828140600e50c494cc);}});}google.maps.event.addDomListener(window, 'load', initialize);