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.6199,-82.2493)};var g_b5932e1bc9bc30711f71a60a3d5c965c = new google.maps.Geocoder();g_b5932e1bc9bc30711f71a60a3d5c965c.geocode( { 'address': "3030 OH-3, Loudonville, OH 44842, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loudonville-OH-ces-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('loudonville-OH-ces-credit-union'), mapOptions);}document.getElementById('812530be').innerHTML += ' | View Map';var $lb5932e1bc9bc30711f71a60a3d5c965c = '

CES Credit Union

Address: 3030 OH-3, Loudonville, OH 44842, USA
Phone: (419) 617-0100
';var m_b5932e1bc9bc30711f71a60a3d5c965c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CES Credit Union',});m_b5932e1bc9bc30711f71a60a3d5c965c['infowindow'] = new google.maps.InfoWindow({content: $lb5932e1bc9bc30711f71a60a3d5c965c});var infowindow = new google.maps.InfoWindow({content: $lb5932e1bc9bc30711f71a60a3d5c965c});google.maps.event.addListener(m_b5932e1bc9bc30711f71a60a3d5c965c, 'click', function() {infowindow.open(map,m_b5932e1bc9bc30711f71a60a3d5c965c);});$marker.push(m_b5932e1bc9bc30711f71a60a3d5c965c);}});}google.maps.event.addDomListener(window, 'load', initialize);