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(39.3524,-84.347)};var g_6b68749e7c77847afa55dd65082ab603 = new google.maps.Geocoder();g_6b68749e7c77847afa55dd65082ab603.geocode( { 'address': "6960 Tylersville Rd, Mason, OH 45040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-OH-general-electric-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mason-OH-general-electric-credit-union'), mapOptions);}document.getElementById('736c29b5').innerHTML += ' | View Map';var $l6b68749e7c77847afa55dd65082ab603 = '

General Electric Credit Union

Address: 6960 Tylersville Rd, Mason, OH 45040, USA
Phone: (513) 243-4328
';var m_6b68749e7c77847afa55dd65082ab603 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'General Electric Credit Union',});m_6b68749e7c77847afa55dd65082ab603['infowindow'] = new google.maps.InfoWindow({content: $l6b68749e7c77847afa55dd65082ab603});var infowindow = new google.maps.InfoWindow({content: $l6b68749e7c77847afa55dd65082ab603});google.maps.event.addListener(m_6b68749e7c77847afa55dd65082ab603, 'click', function() {infowindow.open(map,m_6b68749e7c77847afa55dd65082ab603);});$marker.push(m_6b68749e7c77847afa55dd65082ab603);}});}google.maps.event.addDomListener(window, 'load', initialize);