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.3365,-84.5279)};var g_26a84ad54bbf2ce5b78708defc74906e = new google.maps.Geocoder();g_26a84ad54bbf2ce5b78708defc74906e.geocode( { 'address': "5370 Dixie Hwy, Fairfield, OH 45014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-OH-general-electric-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-OH-general-electric-credit-union'), mapOptions);}document.getElementById('c047a040').innerHTML += ' | View Map';var $l26a84ad54bbf2ce5b78708defc74906e = '

General Electric Credit Union

Address: 5370 Dixie Hwy, Fairfield, OH 45014, USA
Phone: (513) 243-4328
';var m_26a84ad54bbf2ce5b78708defc74906e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'General Electric Credit Union',});m_26a84ad54bbf2ce5b78708defc74906e['infowindow'] = new google.maps.InfoWindow({content: $l26a84ad54bbf2ce5b78708defc74906e});var infowindow = new google.maps.InfoWindow({content: $l26a84ad54bbf2ce5b78708defc74906e});google.maps.event.addListener(m_26a84ad54bbf2ce5b78708defc74906e, 'click', function() {infowindow.open(map,m_26a84ad54bbf2ce5b78708defc74906e);});$marker.push(m_26a84ad54bbf2ce5b78708defc74906e);}});}google.maps.event.addDomListener(window, 'load', initialize);