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.4741,-81.1447)};var g_45a3767fc38d9c28920891c9a94ec366 = new google.maps.Geocoder();g_45a3767fc38d9c28920891c9a94ec366.geocode( { 'address': "14499 N Cheshire St, Burton, OH 44021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burton-OH-geauga-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('burton-OH-geauga-credit-union-inc'), mapOptions);}document.getElementById('6e0f3eeb').innerHTML += ' | View Map';var $l45a3767fc38d9c28920891c9a94ec366 = '

Geauga Credit Union Inc

Address: 14499 N Cheshire St, Burton, OH 44021, USA
Phone: (440) 834-4327
';var m_45a3767fc38d9c28920891c9a94ec366 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Geauga Credit Union Inc',});m_45a3767fc38d9c28920891c9a94ec366['infowindow'] = new google.maps.InfoWindow({content: $l45a3767fc38d9c28920891c9a94ec366});var infowindow = new google.maps.InfoWindow({content: $l45a3767fc38d9c28920891c9a94ec366});google.maps.event.addListener(m_45a3767fc38d9c28920891c9a94ec366, 'click', function() {infowindow.open(map,m_45a3767fc38d9c28920891c9a94ec366);});$marker.push(m_45a3767fc38d9c28920891c9a94ec366);}});}google.maps.event.addDomListener(window, 'load', initialize);