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.4564,-82.0293)};var g_a512a13cba4f6c460635abf0b029fd63 = new google.maps.Geocoder();g_a512a13cba4f6c460635abf0b029fd63.geocode( { 'address': "36500 Detroit Ave, Avon, OH 44011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-OH-commstar-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('avon-OH-commstar-credit-union'), mapOptions);}document.getElementById('e87293fe').innerHTML += ' | View Map';var $la512a13cba4f6c460635abf0b029fd63 = '

Commstar Credit Union

Address: 36500 Detroit Ave, Avon, OH 44011, USA
Phone: (440) 934-2728
';var m_a512a13cba4f6c460635abf0b029fd63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commstar Credit Union',});m_a512a13cba4f6c460635abf0b029fd63['infowindow'] = new google.maps.InfoWindow({content: $la512a13cba4f6c460635abf0b029fd63});var infowindow = new google.maps.InfoWindow({content: $la512a13cba4f6c460635abf0b029fd63});google.maps.event.addListener(m_a512a13cba4f6c460635abf0b029fd63, 'click', function() {infowindow.open(map,m_a512a13cba4f6c460635abf0b029fd63);});$marker.push(m_a512a13cba4f6c460635abf0b029fd63);}});}google.maps.event.addDomListener(window, 'load', initialize);